Releases: ROCm/hipSPARSE
Releases · ROCm/hipSPARSE
hipSPARSE 2.3.8 for ROCm 5.7.0
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
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
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
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
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
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
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
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
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
Added
- Added hipsparseCsr2cscEx2_bufferSize and hipsparseCsr2cscEx2 routines
Changed
- HIPSPARSE_ORDER_COLUMN has been renamed to HIPSPARSE_ORDER_COL to match cusparse