From 8a5bb69c12ea5629d930e5c953345b7372d024d3 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 27 Mar 2025 14:44:20 +0000 Subject: [PATCH] Please consider the following formatting changes --- GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu b/GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu index d8c4dc7914718..915f3bb4707de 100644 --- a/GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu +++ b/GPU/GPUTracking/Base/cuda/GPUReconstructionCUDA.cu @@ -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