Skip to content

Commit

Permalink
Removed a print
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoo committed Jun 3, 2024
1 parent 85d4173 commit 9653174
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/Cuda/Kokkos_CudaSpace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@ bool initializeMempool(const int device_id, const cudaStream_t stream,
cudaError_t &error_code) {
error_code = cudaSuccess;

std::cout << "Initializing Default Memory Pool for device " << device_id
<< "\n";

// Interpret env var
char *env_string = getenv("KOKKOS_CUDA_MEMPOOL_SIZE");
if (!env_string) return true; // Nothing to set, initialization is complete
Expand Down

0 comments on commit 9653174

Please sign in to comment.