Merge pull request #7315 from ROCmSoftwarePlatform:fix_pr_7306_rocm

PiperOrigin-RevId: 385566677
This commit is contained in:
jax authors 2021-07-19 09:01:05 -07:00
commit 29187a3317

View File

@ -67,7 +67,7 @@ template <>
if (stream) {
ThrowIfErrorStatus(rocblas_set_stream(handle, stream));
}
return rocBlasHandlePool::Handle(pool, handle);
return rocBlasHandlePool::Handle(pool, handle, stream);
}
// Set of types known to Rocsolver.