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
|
||||
return CUDAStreamView{hipStreamPerThread};
|
||||
#else
|
||||
return CUDAStreamView{hipStreamPerThread};
|
||||
return CUDAStreamView{hipStreamDefault};
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user