diff --git a/src/common/device_helpers.hip.h b/src/common/device_helpers.hip.h index 222ea25d2..ed0663383 100644 --- a/src/common/device_helpers.hip.h +++ b/src/common/device_helpers.hip.h @@ -1051,7 +1051,7 @@ inline CUDAStreamView DefaultStream() { #ifdef HIP_API_PER_THREAD_DEFAULT_STREAM return CUDAStreamView{hipStreamPerThread}; #else - return CUDAStreamView{hipStreamLegacy}; + return CUDAStreamView{hipStreamDefault}; #endif }