From d357f25ee384df9d0cafb29993dcb56abd5971ef Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Mon, 28 Nov 2016 13:00:34 -0500 Subject: [PATCH] Added some details to the contributors file. --- CONTRIBUTORS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index cfeff1d5..6335e167 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -8,3 +8,20 @@ * Steven Libby * Paul Miner * lgalluci + +# Details + +Below are some of the specific details of various contributions. + +* AMD Corporation for being the founder of the project and contributing most of the code that originally got the project off the ground +* Witold Bolt provided patch for issue #5. Added and tested Mac OS support. Oct 12th 2011 +* Kenneth Skovhede provided patch for issue #11 (Correcting conversion of Java Nan and Infinity values to OpenCL equiv). Oct 28th 2011 +* Kenneth Skovhede provided patch for issue #12 (Handling of Kernel static fields) Oct 28th 2011. +* Ryan LaMothe provided patch for issue #3 (Support of char - mapped to unsigned short) Nov 28th 2011. +* Ryan LaMothe provided patch for issue #22 (Integrate FindBugs into the Ant build scripts) Feb 18th 2012. +* Ryan LaMothe provided patch for issue #37 (Add Kernel and JNI build support for Applets and JNLP JWS) Feb 18th 2012. +* Oliver Coleman provided patch for issue #64 (Support explicit boolean put and get) Aug 15th 2012 +* Steven Libby provided patch for #6 (Allow finer control over fallback mode selection) Aug 21th 2012 +* Steven Libby and Ryan Lamothe for #10 (Support for OpenMP, major refactoring cleanup and support for multidim arrays) March 28th 2013 +* Paul Miner issue #61 and #115 (JTP Speed up and fixes to explicit puts) June 13th 2013 +& lgalluci for his fix for issue #121 (incorrect toString for 3D ranges) July 6th 2013 \ No newline at end of file -- GitLab