From 038d61a80223d7938c2efc5576172b5427bf708a Mon Sep 17 00:00:00 2001 From: Hendrik Groove Date: Tue, 22 Oct 2024 00:14:00 +0200 Subject: [PATCH] try other stream --- src/common/device_helpers.hip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/device_helpers.hip.h b/src/common/device_helpers.hip.h index ed0663383..61b54e1da 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{hipStreamDefault}; + return CUDAStreamView{hipStreamPerThread}; #endif }