Update CHANGELOG.md

This commit is contained in:
Tom Deakin 2020-08-07 12:29:28 +01:00 committed by GitHub
parent 17f057c38a
commit 0ff841bbf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
- Compiler options for OpenMP and OpenACC GNU offloading to NVIDIA and AMD. - Compiler options for OpenMP and OpenACC GNU offloading to NVIDIA and AMD.
- Compiler options for Arm Clang added to OpenMP and Kokkos. - Compiler options for Arm Clang added to OpenMP and Kokkos.
- Kokkos 3 build system (No code changes made). - Kokkos 3 build system (No code changes made).
- SYCL build rules for ComputeCpp, DPCPP and HipSYCL
### Changed ### Changed
- Use cl::sycl::id parameters instead of cl::sycl::item. - Use cl::sycl::id parameters instead of cl::sycl::item.