diff --git a/src/common/device_helpers.hip.h b/src/common/device_helpers.hip.h index e11fbd0dc..65a55cf4d 100644 --- a/src/common/device_helpers.hip.h +++ b/src/common/device_helpers.hip.h @@ -1107,7 +1107,7 @@ inline CUDAStreamView DefaultStream() { #ifdef HIP_API_PER_THREAD_DEFAULT_STREAM return CUDAStreamView{hipStreamPerThread}; #else - return CUDAStreamView{hipStreamPerThread}; + return CUDAStreamView{hipStreamDefault}; #endif }