Skip to content

Commit

Permalink
Update hipsparselt version to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vin-huang committed Dec 16, 2024
1 parent 42b92eb commit c09f49d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Full documentation for hipSPARSELt is available at [rocm.docs.amd.com/projects/hipSPARSELt](https://rocm.docs.amd.com/projects/hipSPARSELt/en/latest/index.html).

## (Unreleased) hipSPARSELt 0.2.3 for ROCm 6.4.0

### Changed

* Changed the check mechanism of the inputs when is using alpha vector scaling.

## hipSPARSELt 0.2.2 for ROCm 6.3.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ get_os_id(OS_ID)
message (STATUS "OS detected is ${OS_ID}")

# Setup version
set (VERSION_STRING "0.2.2" )
set (VERSION_STRING "0.2.3" )
rocm_setup_version( VERSION ${VERSION_STRING} )
set(hipsparselt_SOVERSION 0.2)

Expand Down

0 comments on commit c09f49d

Please sign in to comment.