Skip to content

Commit

Permalink
update changlog for rocm 5.3 and 5.4 (#435) (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: jsandham <[email protected]>

Co-authored-by: jsandham <[email protected]>
  • Loading branch information
jsandham and jsandham authored Nov 21, 2022
1 parent 7dc6d2c commit d391298
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,26 @@

Full documentation for rocSPARSE is available at [rocsparse.readthedocs.io](https://rocsparse.readthedocs.io/en/latest/).

## rocSPARSE 2.3.2

## rocSPARSE 2.4.0 for ROCm 5.4.0
### Added
- Added rocsparse_spmv_ex routine
- Added rocsparse_bsrmv_ex_analysis and rocsparse_bsrmv_ex routines
- Added csritilu0 routine
- Added build support for Navi31 and Navi 33
### Improved
- Optimization to segmented algorithm for COO SpMV by performing analysis
- Improve performance when generating random matrices.
- Fixed bug in ellmv
- Optimized bsr2csr routine
- Fixed integer overflow bugs

## rocSPARSE 2.3.2 for ROCm 5.3.0
### Added
- Transpose A for SpMM COO format
- Added matrix checker routines for verifying matrix data
- Added atomic algorithm for COO SpMV
- Added bsrpad routine
### Improved
- Fixed a bug in csrilu0 which could cause a deadlock
- Fixed a bug where asynchronous memcpy would use wrong stream
Expand Down

0 comments on commit d391298

Please sign in to comment.