Skip to content

Commit 1424804

Browse files
authored
Update changelog for ROCm 6.5 (#972)
1 parent b62ab21 commit 1424804

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,30 @@
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-
## (Unreleased) hipBLAS 2.4.0
6+
## (Unreleased) hipBLAS 2.5.0
7+
8+
### Added
9+
10+
* Added the `hipblasSetWorkspace()` API
11+
12+
### Changed
13+
14+
* Documentation updates
15+
16+
### Removed
17+
18+
* Support code for non-production gfx targets
19+
20+
### Resolved issues
21+
22+
* The build time `CMake` configuration for the dependency on `hipBLAS-common` is fixed
23+
24+
### Upcoming changes
25+
26+
* The deprecated `hipblasDatatype_t` will be replaced with `hipDataType` in the near future, as announced in hipBLAS 2.0.0
27+
* The deprecated `hipblasComplex` types will be replaced with `hipComplex` types in the near future, as announced in hipBLAS 2.0.0
28+
29+
## hipBLAS 2.4.0 for ROCm 6.4.0
730

831
### Changed
932

0 commit comments

Comments
 (0)