From 8d05b2a8718f0c320ac76162c79ef988ec0cb3d0 Mon Sep 17 00:00:00 2001 From: CoreRasurae <luis.p.mendes@gmail.com> Date: Thu, 22 Aug 2019 15:08:21 +0100 Subject: [PATCH] Update CONTRIBUTORS.md with refactorization and Fix for #153 (refs #153) --- CONTRIBUTORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0997bd2..a272aa3 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -31,3 +31,5 @@ Below are some of the specific details of various contributions. * Luis Mendes submitted local arrays handling 1D and ND, to cope with arrays resizing across kernel executions * Luis Mendes submitted #107 aparapi now supports efficient execution on discrete GPU and other devices * Luis Mendes submitted - Support for OpenCLDevice configurator/configure API +* Luis Mendes - Fix for Issue #153 Potential JVM crash when using multi-dimensional arrays(>1D) (refs #153) +* Luis Mendes - Code refactorization for AparapiBuffer and ArrayBuffer classes improving OO concerns separation \ No newline at end of file -- GitLab