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

Use constexpr in place of __constant__ when using the kokkos backend. #123

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CKegel
Copy link

@CKegel CKegel commented Nov 12, 2024

Variables with the __constant__ qualifier cannot be read in Kokkos host functions, causing the compiler to throw a warning. This branch replaces the __constant__ qualifier with constexpr on non-CUDA platforms to resolve this warning. The changes were tested on Perlmutter and Frontier using the Delta Wing test, showing a less than 1% increase in completion time.

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.

1 participant