From 518234240306daddcffbf4731ec2bcb59f89d418 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Mon, 26 Oct 2020 09:58:57 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d928e6..75402f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file. - Ensure correct SYCL queue constructor with explicit async_handler. - Use built in SYCL runtime device discovery. - Cray compiler OpenMP flags updated +- Reorder OpenCL objects in class so destructors are called in safe order. ### Removed - Pre-building of kernels in SYCL version to ensure compatibility with SYCL 1.2.1.