From ba47571ab29327bf0596c9012c0030f9b26ec383 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Thu, 18 Feb 2021 12:37:58 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8994f..25eddff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file. - Clang compiler OpenMP flags corrected for NVIDIA target. - Reorder OpenCL objects in class so destructors are called in safe order. - Ensure all OpenCL kernels are present in destructor. +- Unified run function in driver code to reduce code duplication, output should be uneffected. ### Removed - Pre-building of kernels in SYCL version to ensure compatibility with SYCL 1.2.1.