diff --git a/CHANGELOG.md b/CHANGELOG.md index ec71359f2..91f3042f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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