Skip to content

Commit fc03ef0

Browse files
authored
Merge pull request #3291 from ROCm/lwpck-4163
Changelog updates for 7.2
1 parent c54ecd9 commit fc03ef0

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
Documentation for Composable Kernel available at [https://rocm.docs.amd.com/projects/composable_kernel/en/latest/](https://rocm.docs.amd.com/projects/composable_kernel/en/latest/).
44

5-
## (Unreleased) Composable Kernel for ROCm
6-
7-
### Added
5+
## Composable Kernel 1.2.0 for ROCm 7.2.0
86

97
### Added
108
* Added support for mixed precision fp8 x bf8 universal GEMM and weight preshuffle GEMM
@@ -32,6 +30,11 @@ Documentation for Composable Kernel available at [https://rocm.docs.amd.com/proj
3230
* Added an optional template parameter `Arch` (`gfx9_t`, `gfx12_t` etc.) to `make_kernel` to support linking multiple object files that have the same kernel compiled for different architectures.
3331
* FMHA examples and tests can be built for multiple architectures (gfx9, gfx950, gfx12) at the same time.
3432

33+
### Upcoming changes
34+
35+
* Composable Kernel will be adopting C++20 features in an upcoming ROCm release, updating the minimum compiler requirement to C++20. Ensure that your development environment complies with this requirement to facilitate a seamless transition.
36+
* In an upcoming major ROCm release, Composable Kernel will transition to a header-only library. Neither ckProfiler nor the static libraries will be packaged with Composable Kernel. They will also no longer be built by default. ckProfiler can be built independently from Composable Kernel as a standalone binary, and the static Composable Kernel libraries can be built from source.
37+
3538
## Composable Kernel 1.1.0 for ROCm 7.1.0
3639

3740
### Added

0 commit comments

Comments
 (0)