Update SYCL version to SYCL 2020

This commit is contained in:
Tom Deakin 2021-02-09 10:31:18 +00:00
parent ae8bd6081b
commit 707bc5d0bf

View File

@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
- Cray compiler OpenMP flags updated. - Cray compiler OpenMP flags updated.
- Clang compiler OpenMP flags corrected for NVIDIA target. - Clang compiler OpenMP flags corrected for NVIDIA target.
- Reorder OpenCL objects in class so destructors are called in safe order. - Reorder OpenCL objects in class so destructors are called in safe order.
- Update SYCL version to SYCL 2020.
### Removed ### Removed
- 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.