From ed960d88a36a5d22eaa78b0df1430a76adddf1d4 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Thu, 2 Dec 2021 10:41:55 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 976964a..1530392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file. - Added nstream kernel from PRK with associate command line option. - CMake build system added for all models. - SYCL device check for FP64 support. -- New implementation using TBB. +- New implementations: TBB, Thrust, Julia, Scala, Java. - Compiler options for Fujitsu added to OpenMP. ### Changed @@ -39,6 +39,7 @@ All notable changes to this project will be documented in this file. Pre-building kernels is also not required, and shows no overhead as the first iteration is not timed. - OpenACC Cray compiler flags. - Build support for Kokkos 2.x (No code changes made). +- All Makefiles; build system will now use CMake exclusively. ## [v3.4] - 2019-04-10