From 160bca1d47eeac869f63a271f31f531e507167a9 Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Tue, 6 Aug 2024 12:23:19 -0600 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Damien L-G --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ec27b7cbe..b8c7ec2b37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ #### OpenMPTarget: * Honor user requested loop ordering in MDRange policy [\#6925](https://github.com/kokkos/kokkos/pull/6925) -* Use mutex lock for guarding scratch space in parallel_scan. [\#6998](https://github.com/kokkos/kokkos/pull/6998) +* Prevent data races by guarding the scratch space used in `parallel_scan` [\#6998](https://github.com/kokkos/kokkos/pull/6998) #### OpenACC: * Change the default execution behavior of the parallel_for(team-policy) constructs in the OpenACC backend [\#7012](https://github.com/kokkos/kokkos/pull/7012)