Skip to content

rocSOLVER 3.13.0 for ROCm 4.3.0

Compare
Choose a tag to compare
@saadrahim saadrahim released this 30 Jul 22:54
313bfc2

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.

Known Issues