Skip to content

Commit

Permalink
Tpetra: fix name of SYCL device memspace
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-kelley committed Apr 19, 2024
1 parent 1663147 commit ad60337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tpetra/core/test/Comm/gpuAwareMpi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ namespace { // (anonymous)
typedef Kokkos::Device<Kokkos::HIP, Kokkos::HIPSpace> test_device_type;
typedef Tpetra::KokkosCompat::KokkosHIPWrapperNode test_node_type;
#elif defined(KOKKOS_ENABLE_SYCL)
typedef Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLSpace> test_device_type;
typedef Kokkos::Device<Kokkos::Experimental::SYCL, Kokkos::Experimental::SYCLDeviceUSMSpace> test_device_type;
typedef Tpetra::KokkosCompat::KokkosSYCLWrapperNode test_node_type;
#endif
typedef Tpetra::Map<>::local_ordinal_type LO;
Expand Down

0 comments on commit ad60337

Please sign in to comment.