Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. moved calls to program.createCLKernels() into seperate test method. (details)
  2. two new CL 1.1 exception types. (details)
  3. implemented OpenCL 1.1 user events + JUnit test. (details)
  4. switched to dynamic linking. All custom code functions must be called (details)
  5. switched to dynamic linking. All custom code functions must be called (details)
  6. webpage; added a few links. (details)
  7. Merge branch 'master' of github.com:mbien/jocl (details)
Commit a2cf85ca7c9e90cec6604559548e6b73a82d57da by Michael Bien
moved calls to program.createCLKernels() into seperate test method.
NV CL 1.1 devdriver has some issues in this area.
The file was modifiedtest/com/jogamp/opencl/HighLevelBindingTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLProgramTest.java (diff)
Commit 35c9254adf4448c5eb86239118c5fb1dd6db88b8 by Michael Bien
two new CL 1.1 exception types.
The file was modifiedsrc/com/jogamp/opencl/CLException.java (diff)
Commit 4b96c9539e7b31bbfd5b349d16b51dd5eb556707 by Michael Bien
implemented OpenCL 1.1 user events + JUnit test.
The file was modifiedsrc/com/jogamp/opencl/CLEvent.java (diff)
The file was addedsrc/com/jogamp/opencl/CLUserEvent.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLEventList.java (diff)
Commit fc51fd6a3ead949fb2a6145e785bc97f57d71150 by Michael Bien
switched to dynamic linking. All custom code functions must be called via funciton pointers since this point.
The file was modifiedresources/cl-impl.cfg (diff)
The file was modifiedresources/clImplCustomCode.java (diff)
The file was modifiednbproject/project.properties (diff)
The file was modifiedresources/clImplCustomCode.c (diff)
The file was modifiedsrc/com/jogamp/opencl/impl/CLImpl.java (diff)
Commit 9d181f846f7c7a1ce4916f2009dab9348ec037f6 by Michael Bien
switched to dynamic linking. All custom code functions must be called via funciton pointers since this point.
The file was modifiedresources/cl-impl.cfg (diff)
The file was modifiedresources/clImplCustomCode.c (diff)
The file was modifiedresources/clImplCustomCode.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)
The file was modifiednbproject/project.properties (diff)
The file was modifiedsrc/com/jogamp/opencl/impl/CLImpl.java (diff)
Commit 4340cf9a1005f645dc031c83358c8c36dc43015a by Michael Bien
webpage; added a few links.
The file was modifiedwww/index.html (diff)
Commit ea713fc1514c072693856a325c8c6fa37390a02b by Michael Bien
Merge branch 'master' of github.com:mbien/jocl