ROCm / rocBLAS

Next generation BLAS implementation for ROCm platform
https://rocm.docs.amd.com/projects/rocBLAS/en/latest/
Other
331 stars 152 forks source link

Hotfix: rocBLAS failure during stream capture #1432

Closed rkamd closed 2 months ago

rkamd commented 2 months ago

resolves #SWDEV-454629

Summary of proposed changes: Fix error during graph capture. A recent change in HIP runtime to not support hipStreamQuery() during stream capture ( matches CUDA behavior) causes rocblas_set_stream() to return error 'hipErrorStreamCaptureUnsupported' during stream capture.