Skip to content

Commit 5b83c22

Browse files
authored
Merge pull request #42 from alibuild/alibot-cleanup-15571
Please consider the following formatting changes to #15571
2 parents a9b7adc + 9de8fdc commit 5b83c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ void GPUReconstructionCUDA::SetONNXGPUStream(Ort::SessionOptions& sessionOptions
667667
// api.GetCurrentGpuDeviceId(deviceId);
668668
OrtROCMProviderOptions rocmOptions;
669669
rocmOptions.has_user_compute_stream = 1; // Indicate that we are passing a user stream
670-
rocmOptions.arena_extend_strategy = 0; // kNextPowerOfTwo = 0, kSameAsRequested = 1 -> https://github.com/search?q=repo%3Amicrosoft%2Fonnxruntime%20kSameAsRequested&type=code
670+
rocmOptions.arena_extend_strategy = 0; // kNextPowerOfTwo = 0, kSameAsRequested = 1 -> https://github.com/search?q=repo%3Amicrosoft%2Fonnxruntime%20kSameAsRequested&type=code
671671
// rocm_options.gpu_mem_limit = 1073741824; // 0 means no limit
672672
rocmOptions.user_compute_stream = mInternals->Streams[stream];
673673
sessionOptions.AppendExecutionProvider_ROCM(rocmOptions);

0 commit comments

Comments
 (0)