Skip to content

Commit

Permalink
Update hipsparselt version to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vin-huang committed Jul 29, 2024
1 parent a920418 commit 105a25e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# Change Log for hipSPARSELt

## (Unreleased) hipSPARSELt 0.2.2

### Changes

* hipsparseLtDatatype_t is deprecated and instead by hipDataType.
* Changed default compiler to amdclang++.

### Additions

* Support row-major memory order (HIPSPARSE_ORDER_ROW).
* Support new datatype combination: INT8 inputs, BF16 output and INT32 Matrix Core accumulation.

## (Unreleased) hipSPARSELt 0.2.1

### Changes

* Refine test cases.

## (Unreleased) hipSPARSELt 0.2.0
## hipSPARSELt 0.2.0

### Additions

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

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

Expand Down

0 comments on commit 105a25e

Please sign in to comment.