try other stream

This commit is contained in:
Hendrik Groove 2024-10-21 01:33:00 +02:00
parent ea3e7adcdc
commit b3ee7a59c7

View File

@ -1107,7 +1107,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{hipStreamPerThread}; return CUDAStreamView{hipStreamDefault};
#endif #endif
} }