From a94d678b34895065a40efa9809fdb3608b36fe7f Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Thu, 8 Apr 2021 17:06:43 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8256774..ed38908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. - SYCL build rules for ComputeCpp, DPCPP and HipSYCL. - 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. ### Changed - Default branch renamed from `master` to `main`.