From 0e863537f8eb4cfa0b5b9bbe52c6baa46d734d79 Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Mon, 5 Aug 2024 16:15:07 -0600 Subject: [PATCH] apply reviewer feedback --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c32655a34e..dbc284c041b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ #### HIP: * Use builtin atomics in the HIP backend [\#6882](https://github.com/kokkos/kokkos/pull/6882) [\#7000](https://github.com/kokkos/kokkos/pull/7000) -* Add advanced CMake options to control compilation flags for AMD GPUs [\#7127](https://github.com/kokkos/kokkos/pull/7127) +* Enable user-specified compiler and linker flags for AMD GPUs [\#7127](https://github.com/kokkos/kokkos/pull/7127) #### SYCL: * Fix multi-GPU support [\#6887](https://github.com/kokkos/kokkos/pull/6887)