diff --git a/projects/hipblas/CHANGELOG.md b/projects/hipblas/CHANGELOG.md index 4501829a699..3242cbf9d8e 100644 --- a/projects/hipblas/CHANGELOG.md +++ b/projects/hipblas/CHANGELOG.md @@ -3,6 +3,12 @@ Documentation for hipBLAS is available at [https://rocm.docs.amd.com/projects/hipBLAS/en/latest/](https://rocm.docs.amd.com/projects/hipBLAS/en/latest/). +## hipBLAS 3.2.0 for ROCm 7.2 + +### Resolved issues +* Corrected client memory use counts for the `HIPBLAS_CLIENT_RAM_GB_LIMIT` environment variable. +* Fix to avoid false Clang static analysis warnings. + ## hipBLAS 3.1.0 for ROCm 7.1 ### Added diff --git a/projects/rocblas/CHANGELOG.md b/projects/rocblas/CHANGELOG.md index 9f19a3f60f9..d35e63b468d 100644 --- a/projects/rocblas/CHANGELOG.md +++ b/projects/rocblas/CHANGELOG.md @@ -3,6 +3,24 @@ rocBLAS documentation is available at [https://rocm.docs.amd.com/projects/rocBLAS/en/latest/index.html](https://rocm.docs.amd.com/projects/rocBLAS/en/latest/index.html). +## rocBLAS 5.2.0 for ROCm 7.2 + +### Added +* Level 3 `syrk_ex` function for both C and FORTRAN but without API support for the ILP64 format. + +### Optimized +* Level 2 `tpmv` and `sbmv` functions. + +### Resolved issues +* Corrected client memory use counts for the `ROCBLAS_CLIENT_RAM_GB_LIMIT` environment variable. +* Fix to avoid false Clang static analysis warnings. + +## rocBLAS 5.1.1 for ROCm 7.1.1 + +### Changed + +* By default, rocBLAS will not use stream order allocation for its internal workspace. To enable this behavior, set the `ROCBLAS_STREAM_ORDER_ALLOC` environment variable. + ## rocBLAS 5.1.0 for ROCm 7.1 ### Added