Closed rbberger closed 2 years ago
Thanks for finding this! As we discussed, I was able to resolve the issue by removing the reliance on cuda-relaxed-constexpr
in the relevant test. I also changed the number of points to make the test faster. Things seem to work now.
Resolved in #47
PR Summary
One of the GitLab builds requires Kokkos to be compiled with
+cuda_constexpr
. However, the current CI upstream has an outdated Kokkos package. This PR adds the spackage to fix this until the CI upstream is updated.PR Checklist