try other stream
This commit is contained in:
parent
8fb2258a2f
commit
038d61a802
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user