Add C++17 deprecation warning to CHANGELOG.md (#3203)

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

[ROCm/composable_kernel commit: 9342365713]
This commit is contained in:
John Afaganis
2025-11-12 17:05:53 -07:00
committed by GitHub
parent fbab772ad4
commit 97dba6f3c5

View File

@@ -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