Skip to content

Commit

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

Co-authored-by: Daniel Arndt <[email protected]>
  • Loading branch information
bjoo and masterleinad authored May 27, 2024
1 parent 987f4df commit 105d45e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/Cuda/Kokkos_CudaSpace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ void *impl_allocate_common(const int device_id,
// allocate it
if (_mem_pool_initialized.find(device_id) == _mem_pool_initialized.end()) {
// Not found: so initialize it
//
if (initializeMempool(device_id, stream, error_code)) {
_mem_pool_initialized.insert(device_id); // Success: add device to set
} else {
Expand Down

0 comments on commit 105d45e

Please sign in to comment.