ParRes / Kernels

This is a set of simple programs that can be used to explore the features of a parallel platform.
https://groups.google.com/forum/#!forum/parallel-research-kernels
Other
404 stars 106 forks source link

Fix Kokkos kernels for Kokkos 4.3.0 #641

Open caschb opened 5 months ago

caschb commented 5 months ago

Kokkos kernels don't compile under the latest release. Math functions such as fabs have been moved from the Kokkos::Experimental namespace to the Kokkos namespace. Additionally, directly including headers aside from Kokkos_Core.hpp is disallowed.

https://github.com/ParRes/Kernels/issues/640

Do you certify that your contribution is made in good faith and does not attempt to introduce any negative behavior into this project?

jeffhammond commented 5 months ago

It's too bad Travis CI went away and regressions aren't caught anymore. I haven't had time to do GitHub CI yet.

Anyways, I'll verify the change and merge soon.