Skip to content

Commit

Permalink
Add missing entry in the changelog about the KOKKOS_DEDUCTION_GUIDE m…
Browse files Browse the repository at this point in the history
…acro (kokkos#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 <dalg24+github@gmail.com>
Co-authored-by: Christian Trott <crtrott@sandia.gov>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent 776a8ac commit 22fea83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T, N>)` 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)
Expand Down

0 comments on commit 22fea83

Please sign in to comment.