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