From b3ee7a59c71448e106b177ed07a51c6419059b8b Mon Sep 17 00:00:00 2001 From: Hendrik Groove Date: Mon, 21 Oct 2024 01:33: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 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 }