From 97dba6f3c55a1e7b19327a4cfc078742504420fe Mon Sep 17 00:00:00 2001 From: John Afaganis Date: Wed, 12 Nov 2025 17:05:53 -0700 Subject: [PATCH] Add C++17 deprecation warning to CHANGELOG.md (#3203) * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md [ROCm/composable_kernel commit: 9342365713f6c8601e35921e7adeba9769b784b7] --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 213631721f..44d0837b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,7 @@ 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/). -## (Unreleased) Composable Kernel for ROCm - -### Added +## Composable Kernel 1.1.0 for ROCm 7.2.0 ### Added * Added support for mixed precision fp8 x bf8 universal GEMM and weight preshuffle GEMM @@ -32,6 +30,10 @@ Documentation for Composable Kernel available at [https://rocm.docs.amd.com/proj * 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. * FMHA examples and tests can be built for multiple architectures (gfx9, gfx950, gfx12) at the same time. +### Upcoming changes + +* To enhance capabilities and user experience, Composable Kernel will adopt C++20 features in ROCm 8.0, updating the minimum compiler requirement to C++20. Please ensure your development environment meets this requirement for a seamless transition. + ## Composable Kernel 1.1.0 for ROCm 7.1.0 ### Added