try other stream

This commit is contained in:
Hendrik Groove 2024-10-22 00:14:00 +02:00
parent 8fb2258a2f
commit 038d61a802

View File

@ -1051,7 +1051,7 @@ inline CUDAStreamView DefaultStream() {
#ifdef HIP_API_PER_THREAD_DEFAULT_STREAM #ifdef HIP_API_PER_THREAD_DEFAULT_STREAM
return CUDAStreamView{hipStreamPerThread}; return CUDAStreamView{hipStreamPerThread};
#else #else
return CUDAStreamView{hipStreamDefault}; return CUDAStreamView{hipStreamPerThread};
#endif #endif
} }