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

Drop KOKKOS_ENABLE_*_ATOMICS and KOKKOS_ENABLE_CUDA_ASM* macros #5940

Merged
merged 3 commits into from
Mar 2, 2023

Conversation

dalg24
Copy link
Member

@dalg24 dalg24 commented Mar 2, 2023

Related to step 3 in #5789

KOKKOS_ENABLE_CUDA_ASM* macros were exclusively used in our legacy atomics that we removed in #5804. They are never mentioned in the documentation.

KOKKOS_ENABLE_*_ATOMICS macros were not defined any more and we had reports like #5920 because print_configuration would give the impressions all atomics are disabled. All these print statements are being removed too.

@dalg24
Copy link
Member Author

dalg24 commented Mar 2, 2023

Ignoring hipErrorOutOfMemory failure

@dalg24 dalg24 merged commit d9fc6cb into kokkos:develop Mar 2, 2023
@dalg24 dalg24 deleted the drop_kokkos_enable_atomics_macros branch March 2, 2023 15:10
@dalg24 dalg24 mentioned this pull request Mar 28, 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

3 participants