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

OpenMPTarget: Changes for OpenMPTarget backend with nvhpc compiler. #6171

Merged
merged 8 commits into from
Jun 6, 2023

Conversation

rgayatri23
Copy link
Contributor

The PR adds changes to compile an app with the OpenMPTarget backend using nvhpc compiler and a Makefile based build system.

Makefile.kokkos Outdated Show resolved Hide resolved
Makefile.kokkos Show resolved Hide resolved
Makefile.kokkos Show resolved Hide resolved
tpls/desul/include/desul/atomics/Thread_Fence_OpenMP.hpp Outdated Show resolved Hide resolved
Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
Comment on lines 19 to 20
// FIXME_OPENMPTARGET_NVHPC: NVHPC compiler does not support memory-order-clause in the flush construct in OpenMP.
#if _OPENMP > 201800 && !defined(_NVCOMPILER)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs a pull request on the desul-side.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I put in a PR in desul for the same desul/desul#107 .

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR was merged so you are allowed to cherry-pick into Kokkos here

@crtrott crtrott merged commit e2a7f08 into kokkos:develop Jun 6, 2023
28 checks passed
@nmm0 nmm0 mentioned this pull request Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants