ginkgo
ginkgo copied to clipboard
Support for Kokkos Threads
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.
format!
format!