From 54b8a549c19ca4394a898aa631492666ec976760 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Mon, 19 Mar 2018 11:07:32 +0000 Subject: [PATCH] Update CHANGELOG.md Add notice to changelog about #49. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1d14d..cc0d81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - Update SYCL implementation to SYCL 1.2.1 interface. - Output formatting of Kokkos implementation. - Capitalisation of Kokkos filenames. +- Updated HIP implementation to new interface. ### Removed - Superfluous OpenMP 4.5 map(to:) clauses on kernel target regions.