ginkgo icon indicating copy to clipboard operation
ginkgo copied to clipboard

Support for Kokkos Threads

Open greole opened this issue 9 months ago • 1 comments

Currently, only Kokkos::omp is supported. This PR enables Kokkos::Threads as possible memory space and maps to Ginkgos openmp executor.

I added separate #ifdef checks even though using #if defined(KOKKOS_ENABLE_OMP) || defined(KOKKOS_ENABLE_THREADS) would be more concise, but it allows to treat the Kokkos::Threads case differently if required.

greole avatar Mar 17 '25 19:03 greole

format!

greole avatar Mar 17 '25 19:03 greole

format!

greole avatar Sep 25 '25 12:09 greole