hpx icon indicating copy to clipboard operation
hpx copied to clipboard

The C++ Standard Library for Parallelism and Concurrency

Results 243 hpx issues
Sort by recently updated
recently updated
newest added

Fixing the final part of the ranges

category: documentation
type: enhancement
type: compatibility issue

- 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...

type: optimization
type: enhancement
type: compatibility issue
category: algorithms
category: senders/receivers

## 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...

type: enhancement
type: compatibility issue
category: senders/receivers

- 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...

type: enhancement
type: compatibility issue
category: senders/receivers

- Add version of HPX under logo - Add links to other documentation - Add note for short options - Update contributors' emails/affiliations

category: documentation
type: enhancement

## 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...

type: defect
category: APEX

category: documentation
type: enhancement
type: compatibility issue

## 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...

type: defect
category: LCOs

## 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 ......

type: compatibility issue