From 4136a5af1b1b0d42555177fed66499eeb9cd201f Mon Sep 17 00:00:00 2001 From: Balint Joo Date: Mon, 27 May 2024 13:29:33 -0400 Subject: [PATCH] Update core/src/Cuda/Kokkos_CudaSpace.cpp Co-authored-by: Daniel Arndt --- core/src/Cuda/Kokkos_CudaSpace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/Cuda/Kokkos_CudaSpace.cpp b/core/src/Cuda/Kokkos_CudaSpace.cpp index 260924c1ea2..7559bc045bc 100644 --- a/core/src/Cuda/Kokkos_CudaSpace.cpp +++ b/core/src/Cuda/Kokkos_CudaSpace.cpp @@ -180,7 +180,7 @@ namespace { #elif (defined(KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC) && CUDART_VERSION >= 11020) /** - * If a device has been initialized we will drop it in the set + * If a device has been initialized we will drop it in the set * so we don't initialize it again */ std::unordered_set _mem_pool_initialized;