hipStreamPerThread
This commit is contained in:
parent
807ee5da88
commit
ea3e7adcdc
@ -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{hipStreamLegacy};
|
return CUDAStreamView{hipStreamPerThread};
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user