alpaka-group / alpaka

Abstraction Library for Parallel Kernel Acceleration :llama:
https://alpaka.readthedocs.io
Mozilla Public License 2.0
337 stars 69 forks source link

fix icpx atomic OpenMP methods #2213

Closed psychocoderHPC closed 6 months ago

psychocoderHPC commented 6 months ago

fix #2205

The compiler requires that the atomics are written in a very specific syntax else the code is not compiling.

This PR is replacing #2209. We do not check icpx 2024.0 in the CI because we can not use the TBB and OpenMP backend simultaneously.