From ebd715ad2fa52a9e2167b39cacfe50baa27bcff0 Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Tue, 6 Aug 2024 12:26:17 -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 8d558dc78ea..055f40154fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Backend and Architecture Enhancements: #### CUDA: -* nvcc(wrapper): Adding ability to process `--disable-warnings` flag [6936](https://github.com/kokkos/kokkos/issues/6936) +* `nvcc_wrapper`: Adding ability to process `--disable-warnings` flag [\#6936](https://github.com/kokkos/kokkos/issues/6936) * Use recommended/max team size functions in Cuda ParallelFor and Reduce constructors [\#6891](https://github.com/kokkos/kokkos/issues/6891) #### HIP: