From 6581ee63b809f446a0e4ad3ec479e9b76e0c6591 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Mon, 17 May 2021 15:33:54 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29702d7..3dbabed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. - Support for CUDA Managed Memory and Page Fault memory. - Added nstream kernel from PRK with associate command line option. - CMake build system added for all models. +- SYCL device check for FP64 support. ### Changed - Default branch renamed from `master` to `main`.