Skip to content

hipSOLVER 2.2.0 for ROCm 6.2.0

Compare
Choose a tag to compare
@rocm-ci rocm-ci released this 02 Aug 16:15
4e095b9

Added

  • Added compatibility-only functions

    • auxiliary
      • hipsolverDnCreateParams, hipsolverDnDestroyParams, hipsolverDnSetAdvOptions
    • getrf
      • hipsolverDnXgetrf_bufferSize
      • hipsolverDnXgetrf
    • getrs
      • hipsolverDnXgetrs
  • Added support for building on Ubuntu 24.04 and CBL-Mariner.

  • Added hip::host to roc::hipsolver usage requirements.

  • Added functions

    • syevdx/heevdx
      • hipsolverSsyevdx_bufferSize, hipsolverDsyevdx_bufferSize, hipsolverCheevdx_bufferSize, hipsolverZheevdx_bufferSize
      • hipsolverSsyevdx, hipsolverDsyevdx, hipsolverCheevdx, hipsolverZheevdx
    • sygvdx/hegvdx
      • hipsolverSsygvdx_bufferSize, hipsolverDsygvdx_bufferSize, hipsolverChegvdx_bufferSize, hipsolverZhegvdx_bufferSize
      • hipsolverSsygvdx, hipsolverDsygvdx, hipsolverChegvdx, hipsolverZhegvdx

Optimized

Changed

  • The numerical factorization in csrlsvchol will now be performed on the GPU. (The symbolic factorization is still performed on the CPU.)
  • Renamed hipsolver-compat.h to hipsolver-dense.h.

Removed

  • Removed dependency on cblas from the hipsolver test and benchmark clients.