From 13c9e0c1c76f0cef8d9b7e00e5608f8ab9c0ac43 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Thu, 18 Feb 2021 13:48:45 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec5c26..8256774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. - Kokkos 3 build system (No code changes made). - SYCL build rules for ComputeCpp, DPCPP and HipSYCL. - Support for CUDA Managed Memory and Page Fault memory. -- Added nstream kernel from PRK. +- Added nstream kernel from PRK with associate command line option. ### Changed - Default branch renamed from `master` to `main`.