We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9037ea6 commit 1aadae4Copy full SHA for 1aadae4
1 file changed
GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu
@@ -697,7 +697,7 @@ int32_t GPUReconstructionCUDA::SetONNXGPUStream(OrtSessionOptions* session_optio
697
// Create ROCm provider options
698
const auto& api = Ort::GetApi();
699
OrtROCMProviderOptions rocm_options{};
700
- rocm_options.has_user_compute_stream = 1; // Indicate that we are passing a user stream
+ rocm_options.has_user_compute_stream = 1; // Indicate that we are passing a user stream
701
rocm_options.user_compute_stream = &mInternals->Streams[stream];
702
703
// Append the ROCm execution provider with the custom HIP stream
0 commit comments