Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ int32_t GPUReconstructionHIP::SetONNXGPUStream(OrtSessionOptions* session_option
// Create ROCm provider options
const auto& api = Ort::GetApi();
OrtROCMProviderOptions rocm_options{};
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
rocm_options.user_compute_stream = &mInternals->Streams[stream];

// Append the ROCm execution provider with the custom HIP stream
Expand Down