Mikael Simberg
Mikael Simberg
Fixes #1164.
Also remove the hardcoded `NUM_PROCS` from the CI configuration.
I think it makes sense to add a new CI configuration with HIP 6 and keep the existing 5.X configuration, so that we cover all supported major versions.
Fixes #802.
Currently the various `channel` implementations in pika expose a low level API, similar to lockfree queues, where one can get an item through `bool channel(T*)`. A more interesting API would...
Later versions of stdexec support both `tag_invoke` and member functions, but the standard will use member functions only. We should try to migrate to use member functions only where it...
https://github.com/pika-org/pika/pull/1202 disabled static libraries in the APEX CI configuration because it had issues. Investigate if this is an APEX or pika problem.
Once Piz Daint is no longer operational I think we can drop official support for GCC 9 and 10 (GCC 11 we want to keep for CUDA 11 support). We...