Skip to content

Releases: ROCm/hipSPARSE

hipSPARSE 2.3.8 for ROCm 5.7.0

15 Sep 17:29
Compare
Choose a tag to compare

Improved

  • Fix compilation failures when using cusparse 12.1.0 backend
  • Fix compilation failures when using cusparse 12.0.0 backend
  • Fix compilation failures when using cusparse 10.1 (non-update versions) as backend
  • Minor improvements

hipSPARSE 2.3.7 for ROCm 5.6.1

29 Aug 20:12
2582c39
Compare
Choose a tag to compare

Bugfix

  • Reverted an undocumented API change in hipSPARSE 2.3.6 that affected hipsparseSpSV_solve function

hipSPARSE 2.3.6 for ROCm 5.6.0

28 Jun 23:17
b3ea35a
Compare
Choose a tag to compare

Added

  • Added SpGEMM algorithms

Changed

  • For hipsparseXbsr2csr and hipsparseXcsr2bsr, blockDim == 0 now returns HIPSPARSE_STATUS_INVALID_SIZE

hipSPARSE 2.3.5 for ROCm 5.5.1

24 May 19:06
fde9c7d
Compare
Choose a tag to compare

hipSPARSE code for ROCm 5.5.1 did not change. The library was rebuilt for the updated ROCm 5.5.1 stack.

hipSPARSE 2.3.5 for ROCm 5.5.0

01 May 21:03
fde9c7d
Compare
Choose a tag to compare

Improved

  • Fixed an issue, where the rocm folder was not removed on upgrade of meta packages
  • Fixed a compilation issue with cusparse backend
  • Added more detailed messages on unit test failures due to missing input data
  • Improved documentation
  • Fixed a bug with deprecation messages when using gcc9 (Thanks @Maetveis)

hipSPARSE 2.3.3 for ROCm 5.4.4

22 Mar 20:47
Compare
Choose a tag to compare

hipSPARSE code for ROCm 5.4.4 did not change. The library was rebuilt for the updated ROCm 5.4.4 stack.

hipSPARSE 2.3.3 for ROCm 5.4.3

07 Feb 17:33
Compare
Choose a tag to compare

hipSPARSE code for ROCm 5.4.3 did not change. The library was rebuilt for the updated ROCm 5.4.3 stack.

hipSPARSE 2.3.3 for ROCm 5.4.2

13 Jan 16:42
Compare
Choose a tag to compare

hipSPARSE code for ROCm 5.4.2 did not change. The library was rebuilt for the updated ROCm 5.4.2 stack.

hipSPARSE 2.3.3 for ROCm 5.4.1

15 Dec 18:39
Compare
Choose a tag to compare

hipSPARSE code for ROCm 5.4.1 did not change. The library was rebuilt for the updated ROCm 5.4.1 stack.

hipSPARSE 2.3.3 for ROCm 5.4.0

30 Nov 17:58
Compare
Choose a tag to compare

Added

  • Added hipsparseCsr2cscEx2_bufferSize and hipsparseCsr2cscEx2 routines

Changed

  • HIPSPARSE_ORDER_COLUMN has been renamed to HIPSPARSE_ORDER_COL to match cusparse