Skip to content

hipSOLVER 2.1.0 for ROCm 6.1.0

Compare
Choose a tag to compare
@rocm-ci rocm-ci released this 16 Apr 19:09
c87ede0

Added

  • Added compatibility API with hipsolverSp prefix
  • Added compatibility-only functions
    • csrlsvchol
      • hipsolverSpScsrlsvcholHost, hipsolverSpDcsrlsvcholHost
      • hipsolverSpScsrlsvchol, hipsolverSpDcsrlsvchol
  • Added rocSPARSE and SuiteSparse as optional dependencies to hipSOLVER (rocSOLVER backend only). Use the BUILD_WITH_SPARSE CMake option to enable
    functionality for the hipsolverSp API (on by default).
  • Added hipSPARSE as an optional dependency to hipsolver-test. Use the BUILD_WITH_SPARSE CMake option to enable tests of the hipsolverSp API (on by default).

Changed

  • Relax array length requirements for GESVDA.

Fixed

  • Fixed incorrect singular vectors returned from GESVDA.