Skip to content

Commit

Permalink
Changelog update for ROCm 4.5 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 authored Sep 23, 2021
1 parent d31bc0f commit 08df64b
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Change Log for hipSPARSE

## (Unreleased) hipSPARSE 1.11.2
## hipSPARSE 1.11.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
Expand All @@ -10,37 +15,27 @@
### 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
### Known Issues
- none

## (Unreleased) hipSPARSE 1.10.9
### 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)
### Improved
- Fixed a bug with gemvi on Navi21
- Optimization for pivot based gtsv
### Known Issues
- none

## [hipSPARSE 1.10.7 for ROCm 4.3.0]
## hipSPARSE 1.10.7 for ROCm 4.3.0
### Added
- (batched) tridiagonal solve with and without pivoting
- dense matrix sparse vector multiplication (gemvi)
- sampled dense-dense matrix multiplication (sddmm)

## [hipSPARSE 1.10.6 for ROCm 4.2.0]
## hipSPARSE 1.10.6 for ROCm 4.2.0
### Added
- Generic API support, including SpMM

## [hipSPARSE 1.10.4 for ROCm 4.1.0]
## hipSPARSE 1.10.4 for ROCm 4.1.0
### Added
- Generic API support, including Axpby, Gather, Scatter, Rot, SpVV, SpMV, SparseToDense, DenseToSparse and SpGEMM

## [hipSPARSE 1.9.6 for ROCm 4.0.0]
## hipSPARSE 1.9.6 for ROCm 4.0.0
### Added
- changelog
- csr2gebsr
Expand All @@ -50,36 +45,36 @@
### Improved
- Updates to debian package name.

## [hipSPARSE 1.9.4 for ROCm 3.9]
## hipSPARSE 1.9.4 for ROCm 3.9
### Added
- prune_csr2csr, prune_dense2csr_percentage and prune_csr2csr_percentage
- bsrilu0
### Known Issues
- none

## [hipSPARSE 1.8.1 for ROCm 3.8]
## hipSPARSE 1.8.1 for ROCm 3.8
### Added
- bsric0 added.
### Known Issues
- none

## [hipSPARSE 1.7.1 for ROCm 3.7]
## hipSPARSE 1.7.1 for ROCm 3.7
### Added
- Fortran bindings
- Triangular solve for BSR format (bsrsv)
- CentOS 6 support.
### Known Issues
- none

## [hipSPARSE 1.7.1 for ROCm 3.6]
## hipSPARSE 1.7.1 for ROCm 3.6
### Added
- Fortran bindings
- Triangular solve for BSR format (bsrsv)
- CentOS 6 support.
### Known Issues
- none

## [hipSPARSE 1.6.5 for ROCm 3.5]
## hipSPARSE 1.6.5 for ROCm 3.5
### Added
- Switched to hip-clang as default compiler
- csr2dense, csc2dense, csr2csr_compress, nnz_compress, bsr2csr, csr2bsr, bsrmv, csrgeam
Expand Down

0 comments on commit 08df64b

Please sign in to comment.