JCLU - Java OpenCL Utilities
JCLU is a library of utility functions for working with OpenCL. The functions that are provided offer a more convenient way
for performing common tasks in an OpenCL host program. More information on programming with OpenCL can be found at the
Khronos website .
The implementation is based on the oclUtils files that are provided with the Nvidia GPU Computing SDK and
uses the JOCL bindings for OpenCL which can be found at www.jocl.org.
News
- 2010-02-04 : An updated version (0.1.1) of JCLU is now available. It can be found here. This version contains some small bugfixes, including
a fix for the bug in the oclLoadProgramSource function, which caused kernel source code with a single line comment "//" to be loaded incorrectly.
- 2009-11-30 : The first version of JCLU is now available. It can be found here.