Skip to content

Commit 27b7626

Browse files
committed
Remove dangling comment
1 parent 3e1a538 commit 27b7626

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

onnxruntime/core/providers/cuda/cuda_execution_provider.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ AllocatorPtr CUDAExecutionProvider::CreateCudaAllocator(OrtDevice::DeviceId devi
154154

155155
return CreateAllocator(default_memory_info);
156156
} else {
157-
// Check if we are running against older version of CUDA runtime
158157
const bool use_cuda_mempool =
159158
default_memory_arena_cfg != nullptr && default_memory_arena_cfg->use_cuda_mempool == 1;
160159

0 commit comments

Comments
 (0)