Skip to content

hipSOLVER 2.0.0 for ROCm 6.0.0

Compare
Choose a tag to compare
@rocm-ci rocm-ci released this 15 Dec 18:30
5d35494

Added

  • Added hipBLAS as an optional dependency to hipsolver-test. Use the BUILD_HIPBLAS_TESTS CMake option to test compatibility between hipSOLVER and hipBLAS.

Changed

  • Types hipsolverOperation_t, hipsolverFillMode_t, and hipsolverSideMode_t are now aliases of hipblasOperation_t, hipblasFillMode_t, and hipblasSideMode_t.

Fixed

  • Fixed tests for hipsolver info updates in ORGBR/UNGBR, ORGQR/UNGQR,
    ORGTR/UNGTR, ORMQR/UNMQR, and ORMTR/UNMTR.