mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Merge pull request #7315 from ROCmSoftwarePlatform:fix_pr_7306_rocm
PiperOrigin-RevId: 385566677
This commit is contained in:
commit
29187a3317
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user