Skip to content

Commit

Permalink
Convert change log to new format (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-jnovotny authored Oct 10, 2024
1 parent 2bc5134 commit 8a2aa80
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ Documentation for hipSPARSE is available at

## hipSPARSE 3.1.2 for ROCm 6.3.0

### Additions
### Added

* Added alpha version of hipsparse-bench excutable to facilitate comparing NVIDIA CUDA cuSPARSE and rocsparse backends
* Added an alpha version of the hipsparse-bench executable to facilitate comparing NVIDIA CUDA cuSPARSE and rocSPARSE backends

### Changes
### Changed

* Change default compiler from hipcc to amdclang in install script and cmake files.
* Changed the default compiler from hipcc to amdclang in the install script and cmake files.

### Optimizations
### Optimized

* Improved user manual
* Improved the user documentation

### Known issues

* In `hipsparseSpSM_solve()`, we currently pass the external buffer as a parameter. This does not match the NVIDIA CUDA cuSPARSE API and this extra external buffer parameter will be removed in a future release. For now this extra parameter can be ignored and nullptr passed as it is unused internally by `hipsparseSpSM_solve()`.
* In `hipsparseSpSM_solve()`, the external buffer is passed as a parameter. This does not match the NVIDIA CUDA cuSPARSE API. This extra external buffer parameter will be removed in a future release. For now this extra parameter can be ignored and nullptr passed as it is unused internally by `hipsparseSpSM_solve()`.

## hipSPARSE 3.1.1 for ROCm 6.2.0

Expand Down

0 comments on commit 8a2aa80

Please sign in to comment.