From 88c8854a54a515de8e42ffe20668fff7615ba386 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Wed, 7 Feb 2018 16:51:57 +0000 Subject: [PATCH] Add unreleased changes to CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a67acbc..883a9af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## [Unreleased] + +### Added +- OpenACC flags to build for Volta. + +### Changed +- Update SYCL implementation to SYCL 1.2.1 interface. + +### Removed +- Superfluous OpenMP 4.5 map(to:) clauses on kernel target regions. + +### Fixed +- Kokkos now compiles and links separately to fix complication with Kokkos 2.05.00. +- OpenMP 4.5 map and reduction clause order to ensure reduction result copied back. + ## [v3.3] - 2017-12-04