Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for ROCm 5.7.0 #666

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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