pika-org / pika

pika builds on C++ std::execution with fiber, CUDA, HIP, and MPI support.
https://pikacpp.org
Boost Software License 1.0
61 stars 10 forks source link

Test P2300 reference implementation with hipcc #336

Closed msimberg closed 1 year ago

msimberg commented 2 years ago

Once #47 is done, we can attempt to add PIKA_WITH_P2300_REFERENCE_IMPLEMENTATION to that configuration.

Like with CPU-only builds of the P2300 reference implementation the same restrictions most likely apply with HIP as well:

That means we probably want a HIP build with a HIP version based on llvm 14 or newer and gcc 11 or newer for CI.

msimberg commented 2 years ago

This requires #67 and #330.

msimberg commented 1 year ago

Reopening as a reminder to check this again with CI. It was most likely fixed by #510.

msimberg commented 1 year ago

Closed by #582.