lanl / spiner

Performance portable routines for generic, tabulated, multi-dimensional data
https://lanl.github.io/spiner
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Update Kokkos package to fix GitLab CI #46

Closed rbberger closed 2 years ago

rbberger commented 2 years ago

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

Yurlungur commented 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.

Yurlungur commented 2 years ago

Resolved in #47