diff --git a/core/src/Cuda/Kokkos_CudaSpace.cpp b/core/src/Cuda/Kokkos_CudaSpace.cpp index b5fe02b3fe0..5ab1ec8c7ee 100644 --- a/core/src/Cuda/Kokkos_CudaSpace.cpp +++ b/core/src/Cuda/Kokkos_CudaSpace.cpp @@ -295,7 +295,7 @@ void *impl_allocate_common(const int device_id, #ifndef CUDART_VERSION #error CUDART_VERSION undefined! #elif (defined(KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC) && CUDART_VERSION >= 11020) - // Always use the Async. Don't use the 40K Lower limit- may well be arch + // Always use the Async. Don't use the 40K Lower limit - may well be arch // dependent. // Check the set of allocated devices, to check if our device is already