Skip to content

Commit 0e8c708

Browse files
amcamdAndrew Chapman
andauthored
[rocBLAS] [hipBLAS] version and CHANGELOG update for 7.0.2 (#1768)
Co-authored-by: Andrew Chapman <anchapman@ctr2-alola-login-02.amd.com>
1 parent 178f6ad commit 0e8c708

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

projects/hipblas/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Documentation for hipBLAS is available at
44
[https://rocm.docs.amd.com/projects/hipBLAS/en/latest/](https://rocm.docs.amd.com/projects/hipBLAS/en/latest/).
55

6+
## hipBLAS 3.0.2 for ROCm 7.0.2
7+
8+
### Added
9+
10+
* Enabled gfx1150, gfx1151, gfx1200, and gfx1201.
11+
612
## hipBLAS 3.0.0 for ROCm 7.0.0
713

814
### Added

projects/hipblas/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ list( APPEND CMAKE_PREFIX_PATH ${ROCM_PATH}/lib/cmake/hip /opt/rocm /opt/rocm/ll
6666
# rocm-cmake contains common cmake code for rocm projects to help setup and install
6767
include(dependencies)
6868

69-
set ( VERSION_STRING "3.0.0" )
69+
set ( VERSION_STRING "3.0.2" )
7070
rocm_setup_version( VERSION ${VERSION_STRING} )
7171

7272
option( BUILD_VERBOSE "Output additional build information" OFF )

projects/rocblas/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
rocBLAS documentation is available at
44
[https://rocm.docs.amd.com/projects/rocBLAS/en/latest/index.html](https://rocm.docs.amd.com/projects/rocBLAS/en/latest/index.html).
55

6+
## rocBLAS 5.0.2 for ROCm 7.0.2
7+
8+
### Added
9+
10+
* Enabled gfx1150 and gfx1151.
11+
* The `ROCBLAS_USE_HIPBLASLT_BATCHED` variable to independently control the batched hipblaslt backend. Set `ROCBLAS_USE_HIPBLASLT_BATCHED=0` to disable batched GEMM use of the hipblaslt backend.
12+
613
## rocBLAS 5.0.0 for ROCm 7.0
714

815
### Added

projects/rocblas/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ get_os_id(OS_ID)
7272
message (STATUS "OS detected is ${OS_ID}")
7373

7474
# Versioning via rocm-cmake
75-
set ( VERSION_STRING "5.0.0" )
75+
set ( VERSION_STRING "5.0.2" )
7676
rocm_setup_version( VERSION ${VERSION_STRING} )
7777

7878
# Users may override HIP path by specifying their own in CMAKE_MODULE_PATH

0 commit comments

Comments
 (0)