From aa7f8859e68d6a1a4d5fbf6ed63bb66453368bc2 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 26 Apr 2018 18:29:57 -0400 Subject: [PATCH] Fixed some mistakes in the changelog. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d7620..f82627a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -jni# Aparapi jni Changelog +# Aparapi jni Changelog -## 1.3.2 +## 1.4.0 * Fixed local arrays handling 1D and ND, to cope with arrays resizing across kernel executions * Significant speed-up on discrete GPUs with dedicated memory - OpenCLDevice.setSharedMemory(false) -* Fixed aparapi now supports efficient execution on discrete GPU and other devices with dedicated memory +* Now supports efficient execution on discrete GPU and other devices with dedicated memory * Support for OpenCLDevice configurator/configure API ## 1.3.1 -- GitLab