Skip to content

Commit

Permalink
Update core/src/Cuda/Kokkos_CudaSpace.cpp
Browse files Browse the repository at this point in the history
Accepting change from @masterleinad

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
  • Loading branch information
bjoo and masterleinad authored May 27, 2024
1 parent 7126181 commit 987f4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Cuda/Kokkos_CudaSpace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 987f4df

Please sign in to comment.