From ea3e7adcdcb1cbec1a6447bccc513d9f366492af Mon Sep 17 00:00:00 2001 From: Hendrik Groove Date: Mon, 21 Oct 2024 01:16:40 +0200 Subject: [PATCH] hipStreamPerThread --- 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 27f822b91..e11fbd0dc 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{hipStreamLegacy}; + return CUDAStreamView{hipStreamPerThread}; #endif }