Skip to content

Commit e657928

Browse files
authored
Merge pull request #20 from alibuild/alibot-cleanup-14117
Please consider the following formatting changes to #14117
2 parents 64c19d5 + 8a5bb69 commit e657928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ int32_t GPUReconstructionHIP::SetONNXGPUStream(OrtSessionOptions* session_option
696696
// Create ROCm provider options
697697
const auto& api = Ort::GetApi();
698698
OrtROCMProviderOptions rocm_options{};
699-
rocm_options.has_user_compute_stream = 1; // Indicate that we are passing a user stream
699+
rocm_options.has_user_compute_stream = 1; // Indicate that we are passing a user stream
700700
rocm_options.user_compute_stream = &mInternals->Streams[stream];
701701

702702
// Append the ROCm execution provider with the custom HIP stream

0 commit comments

Comments
 (0)