From ad6033763b66b12b197714eb42198bce2a9a994e Mon Sep 17 00:00:00 2001 From: Brian Kelley Date: Fri, 19 Apr 2024 03:21:19 +0000 Subject: [PATCH] Tpetra: fix name of SYCL device memspace --- packages/tpetra/core/test/Comm/gpuAwareMpi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tpetra/core/test/Comm/gpuAwareMpi.cpp b/packages/tpetra/core/test/Comm/gpuAwareMpi.cpp index ae747e94194c..70e8472cf3d4 100644 --- a/packages/tpetra/core/test/Comm/gpuAwareMpi.cpp +++ b/packages/tpetra/core/test/Comm/gpuAwareMpi.cpp @@ -81,7 +81,7 @@ namespace { // (anonymous) typedef Kokkos::Device test_device_type; typedef Tpetra::KokkosCompat::KokkosHIPWrapperNode test_node_type; #elif defined(KOKKOS_ENABLE_SYCL) - typedef Kokkos::Device test_device_type; + typedef Kokkos::Device test_device_type; typedef Tpetra::KokkosCompat::KokkosSYCLWrapperNode test_node_type; #endif typedef Tpetra::Map<>::local_ordinal_type LO;