Skip to content

Commit

Permalink
Update core/src/Cuda/Kokkos_CudaSpace.cpp
Browse files Browse the repository at this point in the history
Accepting suggestion from @masterleinad re printing info message.

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
  • Loading branch information
bjoo and masterleinad authored May 27, 2024
1 parent 4136a5a commit 7126181
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 @@ -243,7 +243,6 @@ bool initializeMempool(const int device_id, const cudaStream_t stream,
size_t n_bytes = static_cast<size_t>(std::ceil(requested_size));
if (!(n_bytes > 0)) return false;

std::cout << "Allocating " << n_bytes << " bytes for mempool\n";

// We set up the default memory pool
// This requires us to a) grab the default memory pool for the device
Expand Down

0 comments on commit 7126181

Please sign in to comment.