Skip to content

Commit ac6c54b

Browse files
amcamdAndrew Chapman
authored andcommitted
[rocm-libraries] ROCm/rocm-libraries#1768 (commit 0e8c708)
[rocBLAS] [hipBLAS] version and CHANGELOG update for 7.0.2 (#1768) Co-authored-by: Andrew Chapman <[email protected]>
1 parent d872ae0 commit ac6c54b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

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)