From dd6f3af98b5d33338496b1796888b49478afc7dd Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Wed, 10 Apr 2019 14:06:50 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f28fbf6..a5d8193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. - OpenMP GNU compiler now uses native target flag. - Support CSV output for Triad only running mode. - NEC and PGI compiler option for OpenMP version. +- Option to calculate memory bandwidth in base 2 (MiB/s) rather than base 10 (MB/s). ### Changed - Update SYCL implementation to SYCL 1.2.1 interface.