Skip to content

Latest commit

 

History

History
133 lines (120 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

133 lines (120 loc) · 3.72 KB

Change Log for rocSPARSE

Full documentation for rocSPARSE is available at rocsparse.readthedocs.io.

(Unreleased) rocSPARSE 2.0.0

Added

  • csrmv, coomv, ellmv, hybmv for (conjugate) transposed matrices
  • csrmv for symmetric matrices

Changed

  • spmm_ex is now deprecated and will be removed in the next major release

Improved

  • Optimization for gtsv

rocSPARSE 1.22.2 for ROCm 4.5.0

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
  • Extended version of SpMM
  • Additional algorithm for SpMM in CSR format
  • Added (conjugate) transpose support for csrmv and SpMV (CSR) routines

Changed

  • Packaging split into a runtime package called rocsparse and a development package called rocsparse-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.

Improved

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

Known Issues

  • none

rocSPARSE 1.20.2 for ROCm 4.3.0

Added

  • (batched) tridiagonal solver with and without pivoting
  • dense matrix sparse vector multiplication (gemvi)
  • support for gfx90a
  • sampled dense-dense matrix multiplication (sddmm)

Improved

  • client matrix download mechanism
  • boost dependency in clients removed

Known Issues

  • none

rocSPARSE 1.19.5 for ROCm 4.2.0

Added

  • SpMM (CSR, COO)
  • Code coverage analysis

Improved

  • Install script
  • Level 2/3 unit tests
  • rocsparse-bench does not depend on boost anymore

Known Issues

  • none

rocSPARSE 1.19.4 for ROCm 4.1.0

Added

  • gebsrmm
  • gebsrmv
  • gebsrsv
  • coo2dense and dense2coo
  • generic API including axpby, gather, scatter, rot, spvv, spmv, spgemm, sparsetodense, densetosparse
  • support for mixed indexing types in matrix formats

rocSPARSE 1.18.4 for ROCm 4.0.0

Added

  • Add changelog
  • csr2gebsr
  • gebsr2gebsc
  • gebsr2gebsr
  • treating filename as regular expression for yaml-based testing generation.

Optimized

  • bsric0

Improved

  • gfx1030 adjustment to the latest compiler.
  • Replace old xnack off compiler flag with new version.
  • Updates to debian package name.

Documentation

  • gebsr2csr

rocSPARSE 1.17.6 for ROCm 3.9

Added

  • prune_csr2csr, prune_dense2csr_percentage and prune_csr2csr_percentage added
  • bsrilu0 added
  • csrilu0_numeric_boost functionality added

Known Issues

  • none

rocSPARSE 1.16.1 for ROCm 3.8

Added

  • bsric0 added.

Known Issues

  • none

rocSPARSE 1.14.3 for ROCm 3.7

Added

  • Fortran bindings
  • CentOS 6 support.
  • Triangular solve for BSR format (bsrsv)
  • Default compiler switched to hipclang

Optimized

  • bsrmv

Known Issues

  • none

rocSPARSE 1.14.3 for ROCm 3.6

Added

  • Fortran bindings
  • CentOS 6 support.
  • Triangular solve for BSR format (bsrsv)
  • Default compiler switched to hipclang

Optimized

  • bsrmv routine

Known Issues

  • none

rocSPARSE 1.12.10 for ROCm 3.5

Added

  • Switched to hipclang as default compiler
  • csr2dense, csc2dense, csr2csr_compress, nnz_compress, bsr2csr, csr2bsr, bsrmv, csrgeam
  • Triangular solve for BSR format (bsrsv)
  • Options for static build
  • Examples

Optimized

  • dense2csr, dense2csc
  • installation process.

Known Issues

  • none