Use SYCL pinned host memory from Kokkos.
Depends on this PR from Kokkos: https://github.com/kokkos/kokkos/pull/4268/
This commit is contained in:
@ -236,7 +236,7 @@ typedef Kokkos::CudaHostPinnedSpace LMPPinnedHostType;
|
||||
#elif defined(KOKKOS_ENABLE_HIP)
|
||||
typedef Kokkos::Experimental::HIPHostPinnedSpace LMPPinnedHostType;
|
||||
#elif defined(KOKKOS_ENABLE_SYCL)
|
||||
typedef Kokkos::Experimental::SYCLSharedUSMSpace LMPPinnedHostType;
|
||||
typedef Kokkos::Experimental::SYCLHostUSMSpace LMPPinnedHostType;
|
||||
#elif defined(KOKKOS_ENABLE_OPENMPTARGET)
|
||||
typedef Kokkos::Serial LMPPinnedHostType;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user