Skip to content

Commit

Permalink
Update changelog for ROCm 5.7.0 (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
daineAMD authored Aug 31, 2023
1 parent c385c0e commit becb5ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Change Log for hipBLAS

## (Unreleased) hipBLAS 1.1.0
## hipBLAS 1.1.0 for ROCm 5.7.0
### Changed
- updated documentation requirements

### Dependencies
- dependency rocSOLVER now depends on rocSPARSE

## (Unreleased) hipBLAS 1.0.0
## hipBLAS 1.0.0 for ROCm 5.6.0
### Changed
- added const qualifier to hipBLAS functions (swap, sbmv, spmv, symv, trsm) where missing

Expand All @@ -19,7 +19,7 @@
- in-place trmm is deprecated. It will be replaced by trmm which includes both in-place and
out-of-place functionality

## (Unreleased) hipBLAS 0.54.0
## hipBLAS 0.54.0 for ROCm 5.5.0
### Added
- added option to opt-in to use __half for hipblasHalf type in the API for c++ users who define HIPBLAS_USE_HIP_HALF
- added scripts to plot performance for multiple functions
Expand Down

0 comments on commit becb5ad

Please sign in to comment.