Skip to content

Commit 1aadae4

Browse files
committed
Please consider the following formatting changes
1 parent 9037ea6 commit 1aadae4

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
@@ -697,7 +697,7 @@ int32_t GPUReconstructionCUDA::SetONNXGPUStream(OrtSessionOptions* session_optio
697697
// Create ROCm provider options
698698
const auto& api = Ort::GetApi();
699699
OrtROCMProviderOptions rocm_options{};
700-
rocm_options.has_user_compute_stream = 1; // Indicate that we are passing a user stream
700+
rocm_options.has_user_compute_stream = 1; // Indicate that we are passing a user stream
701701
rocm_options.user_compute_stream = &mInternals->Streams[stream];
702702

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

0 commit comments

Comments
 (0)