hpx
hpx copied to clipboard
The C++ Standard Library for Parallelism and Concurrency
Fixing the final part of the ranges
- thread_pool_scheduler now takes an execution policy type - bulk with a sync scheduler falls back to default bulk implementation - flyby: add workaround for MSVC failing to compile scheduler_executor...
## Any background context you want to provide? P2300R5: [sync_wait_with_variant](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2300r5.html#design-typed) sync_wait_with_variant, which accepts any sender, but returns an optional whose value type is the variant of all the possible tuples...
- implement execution::run_loop - implement execution::forwarding_sender_query - adding missing pieces to make_future, start_detached, sync_wait (make it work with run_loop) - flyby: refine execution::forwarding_env_query and execution::forwarding_scheduler_query - flyby: fixing get_completion_scheduler handling...
- Add version of HPX under logo - Add links to other documentation - Add note for short options - Update contributors' emails/affiliations
## Expected Behavior I'm attempting to convert an established MPI code to HPX by writing an HPX version of the program's swappable communication submodule. I've been following along with the...
## Expected Behavior When enabling APEX HPX should compile ## Actual Behavior Enabling Apex -> CMake fails at the generation step Click to expand! CMake Error at cmake/HPX_GeneratePackageUtils.cmake:400 (file): Error...
## Expected Behavior The simple scheduling example is to go through to the end and distribute the work equally among the localities. ## Actual Behavior It is served after some...
## Expected Behavior Blaze and HPX should work ## Actual Behavior We got many issues with deprecated namespaces for the executors and for_loop. ## Steps to Reproduce the Problem ......