Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from CKegel/const_compatibility
Use `constexpr` in place of `__constant__` when using the kokkos backend. 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.
- Loading branch information