diff --git a/CHANGELOG.md b/CHANGELOG.md index 7508dbb0173..8d558dc78ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ #### SYCL: * Fix multi-GPU support [\#6887](https://github.com/kokkos/kokkos/pull/6887) -* Improve team_reduce performance [\#6562](https://github.com/kokkos/kokkos/pull/6562) +* Improve `team_reduce` performance [\#6562](https://github.com/kokkos/kokkos/pull/6562) * Unroll shuffle loops for top-level `parallel_reduce` and `parallel_scan` [\#6750](https://github.com/kokkos/kokkos/pull/6750) * Fix lock for guarding scratch space in `TeamPolicy` `parallel_reduce` [\#6988](https://github.com/kokkos/kokkos/pull/6988) * Include submission command queue property information into `SYCL::print_configuration()` [\#7004](https://github.com/kokkos/kokkos/pull/7004)