Skip to content

Commit

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

* Hotfix: Set RPM license type (#243)

* update changelog for 5.1

Co-authored-by: Nico Trost <[email protected]>
Co-authored-by: Liam Wrubleski <[email protected]>
Co-authored-by: jsandham <[email protected]>
  • Loading branch information
4 people authored Mar 11, 2022
1 parent a6d8858 commit 1241417
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log for hipSPARSE

## (Unreleased) hipSPARSE 2.0.0
## hipSPARSE 2.1.0 for ROCm 5.1.0
### Added
- Added gtsv_interleaved_batch and gpsv_interleaved_batch routines
- Add SpGEMM_reuse
### Changed
- Changed BUILD_CUDA with USE_CUDA in install script and cmake files
- Update googletest to 11.1
### Improved
- Fixed a bug in SpMM Alg versioning
### Known Issues
- none

## hipSPARSE 2.0.0 for ROCm 5.0.0
### Added
- Added (conjugate) transpose support for csrmv, hybmv and spmv routines

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ endif()
include(cmake/Dependencies.cmake)

# Setup version
rocm_setup_version(VERSION 2.0.0)
rocm_setup_version(VERSION 2.1.0)
set(hipsparse_SOVERSION 0.1)

# hipSPARSE library
Expand Down
1 change: 1 addition & 0 deletions library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ if(NOT USE_CUDA)
set(CPACK_RPM_PACKAGE_REQUIRES "rocsparse >= 1.12.10")
endif()
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.md")
set(CPACK_RPM_PACKAGE_LICENSE "MIT")

if(WIN32)
set(CPACK_SOURCE_GENERATOR "ZIP")
Expand Down

0 comments on commit 1241417

Please sign in to comment.