Update CHANGELOG.md

Summarise move of build system to Kokkos 3.
This commit is contained in:
Tom Deakin 2020-07-13 09:35:55 +01:00 committed by GitHub
parent a8b85e71bd
commit 6c57b6305e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
### Added ### Added
- Compiler options for OpenMP and OpenACC GNU offloading to NVIDIA and AMD. - Compiler options for OpenMP and OpenACC GNU offloading to NVIDIA and AMD.
- Kokkos 3 build system (No code changes made).
### Changed ### Changed
- Use cl::sycl::id parameters instead of cl::sycl::item. - 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 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. Pre-building kernels is also not required, and shows no overhead as the first iteration is not timed.
- OpenACC Cray compiler flags. - OpenACC Cray compiler flags.
- Build support for Kokkos 2.x (No code changes made).
## [v3.4] - 2019-04-10 ## [v3.4] - 2019-04-10