From 6c57b6305e76975eebe674f7f59dfd12765356d0 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Mon, 13 Jul 2020 09:35:55 +0100 Subject: [PATCH] Update CHANGELOG.md Summarise move of build system to Kokkos 3. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a812805..9357957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ### Added - Compiler options for OpenMP and OpenACC GNU offloading to NVIDIA and AMD. +- Kokkos 3 build system (No code changes made). ### Changed - Use cl::sycl::id parameters instead of cl::sycl::item. @@ -17,6 +18,7 @@ All notable changes to this project will be documented in this file. - Pre-building of kernels in SYCL version to ensure compatibility with SYCL 1.2.1. Pre-building kernels is also not required, and shows no overhead as the first iteration is not timed. - OpenACC Cray compiler flags. +- Build support for Kokkos 2.x (No code changes made). ## [v3.4] - 2019-04-10