pika icon indicating copy to clipboard operation
pika copied to clipboard

pika builds on C++ std::execution with fiber, CUDA, HIP, and MPI support.

Results 144 pika issues
Sort by recently updated
recently updated
newest added

- [ ] don't allow failures on gh200 anymore

When running HIP CI with GCC version 14 or 13 we bump into an issue that is essentially identical to https://github.com/llvm/llvm-project/issues/69288. The issue seems to happen whenever `` is included...

effort: 3
effort: 4
effort: 5
priority: low
type: bug
category: HIP

In connection with #16 we've been changing includes back from `pika/modules/x.hpp` to more fine-grained modules. Once that is done we can remove the generated headers (and hopefully also slightly speed...

effort: 2
priority: low
type: refactoring