From 105d45e1be64c0178f25c964a866e3af632752cc Mon Sep 17 00:00:00 2001 From: Balint Joo Date: Mon, 27 May 2024 13:33:45 -0400 Subject: [PATCH] Update core/src/Cuda/Kokkos_CudaSpace.cpp Accepting suggested change from @masterleinad Co-authored-by: Daniel Arndt --- core/src/Cuda/Kokkos_CudaSpace.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/Cuda/Kokkos_CudaSpace.cpp b/core/src/Cuda/Kokkos_CudaSpace.cpp index 5ab1ec8c7ee..970286ea550 100644 --- a/core/src/Cuda/Kokkos_CudaSpace.cpp +++ b/core/src/Cuda/Kokkos_CudaSpace.cpp @@ -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 {