From 541266eba963215456920d1c0c21851705b8ca4e Mon Sep 17 00:00:00 2001 From: Andrew Chapman Date: Fri, 14 Nov 2025 11:39:33 -0600 Subject: [PATCH] [rocBLAS] [hipBLAS] CHANGELOG update for 7.2 (#2668) ## Motivation Update CHANGELOG.md for 7.2. --------- Co-authored-by: Andrew Chapman Co-authored-by: Jeffrey Novotny Co-authored-by: Andrew Chapman --- projects/hipblas/CHANGELOG.md | 6 ++++++ projects/rocblas/CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+) 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