From 25e021caa351aba0d5bcf32cbf639d55370d41ee Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Thu, 3 Jun 2021 16:08:14 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbabed..5d209e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +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. ### Changed - Default branch renamed from `master` to `main`.