Skip to content

Commit 4d62e13

Browse files
authored
Add 6.4.1 changelog entry and bump version number (#1976)
1 parent 1b592ef commit 4d62e13

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Full documentation for hipBLASLt is available at [rocm.docs.amd.com/projects/hipBLASLt](https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html).
44

5+
## hipBLASLt 0.12.1 for ROCm 6.4.1
6+
7+
### Resolved issues
8+
9+
* Fixed an accuracy issue that occurred for some solutions using an `FP32` or `TF32` data type with a TT transpose.
10+
511
## hipBLASLt 0.12.0 for ROCm 6.4.0
612

713
### Added

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ if(HIPBLASLT_ENABLE_MARKER)
277277
endif()
278278

279279
# Setup version
280-
set(VERSION_STRING "0.12.0")
280+
set(VERSION_STRING "0.12.1")
281281
rocm_setup_version(VERSION ${VERSION_STRING})
282282
set(hipblaslt_SOVERSION 0.12)
283283

0 commit comments

Comments
 (0)