Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix icpx atomic OpenMP methods #2213

Merged

Conversation

psychocoderHPC
Copy link
Member

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.

fix alpaka-group#2205

The compiler requires that the atomics are written in a very specific
syntax else the code is not compiling.
@bernhardmgruber bernhardmgruber merged commit 70285ba into alpaka-group:develop Dec 27, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Compilation failure with icpx 2024.0.1 and OpenMP backend
2 participants