From 3daa6656f360ee8acb374633b6213d16f2b71926 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 22 Apr 2018 20:42:06 -0400 Subject: [PATCH] docs(repo): added bullet point to changelog referencing JTP speedup. --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9dea96b..2e8bb331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,10 @@ ## 1.7.0 * Fully support barrier() - localBarrier(), globalBarrier() and localGlobalBarrier() on OpenCL 1.2 and later. * Improved exception handling, stack traces no longer double print and Error and other throwables are never caught. -* Fix issue causing SEVERE log messages on Aparapi kernel profiling under multithreading -* Provide new interfaces for thread safe kernel profiling (mutiple threads calling same kernel class on same device) -* Fixed occasional deadlock in JTP execution mode +* Fix issue causing SEVERE log messages on Aparapi kernel profiling under multithreading. +* Provide new interfaces for thread safe kernel profiling (mutiple threads calling same kernel class on same device). +* Fixed occasional deadlock in JTP execution mode. +* Significant speedup when running in JTP execution mode. ## 1.6.0 -- GitLab