You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Linear solvers for general non-square systems:
GELS now supports underdetermined and transposed cases
Inverse of triangular matrices
TRTRI (with batched and strided_batched versions)
Out-of-place general matrix inversion
GETRI_OUTOFPLACE (with batched and strided_batched versions)
Optimizations
Improved general performance of matrix inversion (GETRI)
Changed
Argument names for the benchmark client now match argument names from the public API
Removed
Fixed
Fixed known issues with Thin-SVD. The problem was identified in the test specification, not in the thin-SVD
implementation or the rocBLAS gemm_batched routines.
Benchmark client will no longer crash as a result of leading dimension or stride arguments not being provided
on the command line.