diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7f4eef9480bced902a861278aebc7f6ff5cc53ae..35f9a913cecdb4a9c8bb59d4c3f1deb453049026 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -11,7 +11,7 @@ * Jakub Szuppe <j.szuppe@gmail.com> * Kyle Lutz <kyle.r.lutz@gmail.com> * George Vinokhodov -* Witold Bolt +* Witold Bolt * Kenneth Skovhede * Ryan LaMothe * Oliver Coleman @@ -31,31 +31,5 @@ Below are some of the specific details of various contributions. * Jeffrey Phillips Freeman has acted as Lead Developer, daily contributor, and Project Owner since 2016 to present. * 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 -* George Vinokhodov submited a fix for a bug regarding forward references. -* Dmitriy Shabanov submited PR for inline array feature. -* Luis Mendes submited PR to support passing functions arguments containing Local arrays - issue #79 -* Luis Mendes submited PR for issue #81 - Full OpenCL 1.2 atomics support with AtomicInteger -* Luis Mendes submited PR for issue #84 - Fully support OpenCL 1.2 barrier() - localBarrier(), globalBarrier() and localGlobalBarrier() -* Luis Mendes with suggestions by Automenta submited PR for issue #62 and implemented new thread-safe API for Kernel profiling -* Luis Mendes submited PR for issue #101 - Possible deadlock in JTP mode -* Luis Mendes submited PR to facilitate KernelManager class extension with non-static parameters in constructors -* Luis Mendes submited PR to Enable kernel profiling and execution simultaneously on multiple devices -* Luis Mendes submited PR to fix issue #78 - Signed integer constants were interpreted as unsigned values for instruction SIPUSH -* Luis Mendes submited PR to Support for OpenCLDevice configurator/configure API -* Luis Mendes submited PR to fix kernel management inconsistencies regarding preferred devices management -* Luis Mendes submited PR to Fix Java execution mode with barriers to not deadlock when a thread dies or is interrupted (InterruptedException) -* Luis Mendes submited PR to Fix Java execution mode to fail-fast when Kernel execution fails -* Luis Mendes submited PR to Java execution mode now provides detailed backtraces of failed Kernel threads including passId, groupIds, globalIds and localIds -* Saurabh Rawat contributed apache BCEL bytecode parsing and Scala support. -* Luis Mendes submited PR #139 to Fix arrays of AtomicInteger stored on local variables no longer fail with type cast exception - Partial fix for #138 \ No newline at end of file +* Luis Mendes - For being a core maintainer on the project from 2018 to present +* Gary Frost - For being the founding developer of the project while working for AMD