Skip to content

Commit

Permalink
Update changelog for 5.1 (#248) (#316)
Browse files Browse the repository at this point in the history
* updated changelog

* Hotfix: Set RPM license type (#244)

* update changelog for 5.1

Co-authored-by: Nico Trost <nico.trost@amd.com>
Co-authored-by: Liam Wrubleski <Liam.Wrubleski@amd.com>
Co-authored-by: jsandham <james.sandham@amd.com>

Co-authored-by: Nico Trost <nico.trost@amd.com>
Co-authored-by: Liam Wrubleski <Liam.Wrubleski@amd.com>
Co-authored-by: jsandham <james.sandham@amd.com>
  • Loading branch information
4 people authored Mar 11, 2022
1 parent 9e2223c commit 99121f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## rocSPARSE 2.1.0 for ROCm 5.1.0
### Added
- gtsv_interleaved_batch
- gpsv_interleaved_batch
- SpGEMM_reuse
- Allow copying of mat info struct
### Improved
- Optimization for SDDMM
- Allow unsorted matrices in csrgemm multipass algorithm
### Known Issues
- none

## rocSPARSE 2.0.0 for ROCm 5.0.0
### Added
- csrmv, coomv, ellmv, hybmv for (conjugate) transposed matrices
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ if( CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
endif( )

# Setup version
set(VERSION_STRING "2.0.0")
set(VERSION_STRING "2.1.0")
rocm_setup_version(VERSION ${VERSION_STRING})
set(rocsparse_SOVERSION 0.1)

Expand Down

0 comments on commit 99121f4

Please sign in to comment.