Skip to content

hipSPARSE 1.11.2 for ROCm 4.5.0

Compare
Choose a tag to compare
@lawruble13 lawruble13 released this 27 Oct 21:29
08df64b

Added

  • Triangular solve for multiple right-hand sides using BSR format
  • SpMV for BSRX format
  • SpMM in CSR format enhanced to work with transposed A
  • Matrix coloring for CSR matrices
  • Added batched tridiagonal solve (gtsv_strided_batch)
  • SpMM for BLOCKED ELL format
  • Generic routines for SpSV and SpSM
  • Enabling beta support for Windows 10
  • Additional atomic based algorithms for SpMM in COO format
  • Additional algorithm for SpMM in CSR format

Changed

  • Packaging split into a runtime package called hipsparse and a development package called hipsparse-devel. The development package depends on runtime. The runtime package suggests the development package for all supported OSes except CentOS 7 to aid in the transition. The suggests feature in packaging is introduced as a deprecated feature and will be removed in a future rocm release.
  • GTest dependency updated to v1.10.0

Improved

  • Fixed a bug with gemvi on Navi21
  • Optimization for pivot based gtsv

Known Issues

  • none