hipStreamPerThread
This commit is contained in:
@@ -1107,7 +1107,7 @@ inline CUDAStreamView DefaultStream() {
|
||||
#ifdef HIP_API_PER_THREAD_DEFAULT_STREAM
|
||||
return CUDAStreamView{hipStreamPerThread};
|
||||
#else
|
||||
return CUDAStreamView{hipStreamLegacy};
|
||||
return CUDAStreamView{hipStreamPerThread};
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user