We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c19d5 commit 8a5bb69Copy full SHA for 8a5bb69
GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu
@@ -696,7 +696,7 @@ int32_t GPUReconstructionHIP::SetONNXGPUStream(OrtSessionOptions* session_option
696
// Create ROCm provider options
697
const auto& api = Ort::GetApi();
698
OrtROCMProviderOptions rocm_options{};
699
- 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
700
rocm_options.user_compute_stream = &mInternals->Streams[stream];
701
702
// Append the ROCm execution provider with the custom HIP stream
0 commit comments