-
Adding [[hc]] attribute to template functions results in unexpected compilation errors, even in non-GPU HPX stuff. Those errors doesn't make sense most of the time, they can't be reproduced with any o…
-
In order to use pycicle for projects other than HPX, there are some HPX specific variables/links that need to be made into options or configurable elements.
-
[P2300](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2300r7.html) introduces an asynchronous model for future C++. This should from the basis of the async model for the library. A good e…
-
Currently the `RangePolicy` auto chunk size is not customizable by backends. This came up while writing the HPX backend. I can customize the `TeamPolicy` auto chunk size to be appropriate for the HPX …
-
I am working on reprojecting SIN images to an HPX projection. While using nearest-neighbor and bilinear interpolation generates images successfully, these methods aren't optimal for conserving flux. I…
-
Not sure what to make of this error. I am getting it from the `phy_rand.py` code. I don't have a small example that causes this issue at the moment.
```
terminate called after throwing an instance o…
-
Here's the backtrace from gdb:
```
(gdb) bt
#0 __cxxabiv1::__cxa_throw (obj=obj@entry=0x120a3e0,
tinfo=0x7ffff38bfa48 ,
dest=0x7ffff35ef200 )
at ../../../../gcc-7.1.0/libstdc++-…
khuck updated
5 years ago
-
E.g. https://github.com/kokkos/kokkos/blob/5ad609661e570ba6aa7716a26a91cb67d559f8a2/core/src/OpenMP/Kokkos_OpenMP_Task.hpp#L311 and https://github.com/kokkos/kokkos/blob/5ad609661e570ba6aa7716a26a91cb…
-
Generate target for publishing the latest doc on gh-pages
See https://github.com/STEllAR-GROUP/hpx/blob/master/cmake/HPX_UpdateGitDocs.cmake
-
HPX is phenomenal for what it does but it can also be slow depending on the size of your library. SQLite is unusable at larger library sizes. Even PostgreSQL on an average machine is a bit tedious to …