Skip to content

Commit

Permalink
Merge pull request #155 from amd-jnovotny/hipsparselt-changelog-develop
Browse files Browse the repository at this point in the history
Convert changelog to new format
  • Loading branch information
amd-jnovotny authored Oct 16, 2024
2 parents 61dadce + 6c8ad90 commit 8473af4
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
Expand Up @@ -4,22 +4,24 @@ Full documentation for hipSPARSELt is available at [rocm.docs.amd.com/projects/h

## (Unreleased) hipSPARSELt 0.2.2

### Changes
### Added

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

* hipsparseLtDatatype_t is deprecated and instead by hipDataType.
* Changed default compiler to amdclang++.
* Support row-major memory order (HIPSPARSE_ORDER_ROW).
* Support new datatype combination: INT8 inputs, BF16 output and INT32 Matrix Core accumulation.
### Changed

### Removals
* Changed the default compiler to amdclang++.

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

* hipsparseLtDatatype_t is deprecated and will be removed in the next major release of ROCm. hipDataType should be used instead.

## (Unreleased) hipSPARSELt 0.2.1

### Changes
### Changed

* Refine test cases.
* Refined test cases

## hipSPARSELt 0.2.0 for ROCm 6.1

Expand Down

0 comments on commit 8473af4

Please sign in to comment.