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