From 22fea8395ac617d3b5a933e8cc2905a4c3b3b6f4 Mon Sep 17 00:00:00 2001 From: Thomas Padioleau Date: Thu, 3 Oct 2024 03:24:54 +0200 Subject: [PATCH] Add missing entry in the changelog about the KOKKOS_DEDUCTION_GUIDE macro (#7397) * Add missing entry in the changelog about the KOKKOS_DEDUCTION_GUIDE macro * Review from masterleinad * Improve typesetting [CI skip] * Moved Entry to enhancements --------- Co-authored-by: Damien L-G Co-authored-by: Christian Trott --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa203aec6b4..877654ccef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ * SIMD: Allow flexible vector width for 32 bit types [\#6802](https://github.com/kokkos/kokkos/pull/6802) * Updates for `Kokkos::Array`: add `kokkos_swap(Array)` specialization [\#6943](https://github.com/kokkos/kokkos/pull/6943), add `Kokkos::to_array` [\#6375](https://github.com/kokkos/kokkos/pull/6375), make `Kokkos::Array` equality-comparable [\#7148](https://github.com/kokkos/kokkos/pull/7148) * Structured binding support for `Kokkos::complex` [\#7040](https://github.com/kokkos/kokkos/pull/7040) +* Introduce `KOKKOS_DEDUCTION_GUIDE` macro to allow for portable user-defined deduction guides [\#6954](https://github.com/kokkos/kokkos/pull/6954) ### Build System Changes * Do not require OpenMP support for languages other than CXX [\#6965](https://github.com/kokkos/kokkos/pull/6965)