Skip to content

Commit

Permalink
Followed the guideline in "ROCm component changelogs" to modify the C…
Browse files Browse the repository at this point in the history
…HANGELOG.md
  • Loading branch information
vin-huang committed Aug 19, 2024
1 parent 92bbd67 commit cd6ed60
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,35 @@
# Change Log for hipSPARSELt

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.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.

### Removals

* hipsparseLtDatatype_t is deprecated and will be removed in the next major release of ROCm

## (Unreleased) hipSPARSELt 0.2.1

### Changes

* Refine test cases.

## hipSPARSELt 0.2.0
## hipSPARSELt 0.2.0 for ROCm 6.1

### Additions
### Changes

* Support Matrix B is a Structured Sparsity Matrix.

## hipSPARSELt 0.1.0
## hipSPARSELt 0.1.0 for ROCm 6.0

### Additions
### Changes

* Enabled hipSPARSELt APIs
* Support for:
Expand All @@ -37,8 +40,7 @@
* Bias vectors
* cuSPARSELt v0.4 backend
* Integrated with Tensile Lite kernel generator
* Support for batched computation (single sparse x multiple dense and multiple sparse x
single dense)
* Support for batched computation (single sparse x multiple dense and multiple sparse x single dense)
* GoogleTest: hipsparselt-test
* `hipsparselt-bench` benchmarking tool
* Sample apps: `example_spmm_strided_batched`, `example_prune`, `example_compress`

0 comments on commit cd6ed60

Please sign in to comment.