Skip to content

Commit

Permalink
Update core/src/Cuda/Kokkos_CudaSpace.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
  • Loading branch information
bjoo and masterleinad authored May 27, 2024
1 parent cd0a2eb commit 4136a5a
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 @@ -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<int> _mem_pool_initialized;
Expand Down

0 comments on commit 4136a5a

Please sign in to comment.