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

Changes

Summary

  1. better exception message if libOpenCL could not be loaded. (details)
  2. CLEvent callbacks for HLB and LLB. (details)
  3. CLPlatform.getDefault() returns now the platform with the latest version (details)
  4. CLMemObjectDestructorCallback for HLB and LLB. (details)
Commit 2388b47f180989abd14a39188b1d4f80f221bdcf by Michael Bien
better exception message if libOpenCL could not be loaded.
The file was modifiedsrc/com/jogamp/opencl/JOCLJNILibLoader.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)
Commit 0e3893e7e3e270f8231b89eaf89537cf01a43052 by Michael Bien
CLEvent callbacks for HLB and LLB.
The file was modifiedresources/clImplCustomCode.c (diff)
The file was modifiedsrc/com/jogamp/opencl/CLEvent.java (diff)
The file was addedsrc/com/jogamp/opencl/CLEventListener.java (diff)
The file was modifiedresources/cl-if.cfg (diff)
The file was modifiedresources/cl-impl.cfg (diff)
The file was modifiedsrc/com/jogamp/opencl/impl/CLImpl.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
The file was modifiedresources/cl-common.cfg (diff)
The file was addedsrc/com/jogamp/opencl/impl/CLEventCallback.java (diff)
Commit 048f09aafe49e4eaddfe25ec4b302268510bc27b by Michael Bien
CLPlatform.getDefault() returns now the platform with the latest version
The file was modifiedsrc/com/jogamp/opencl/CLPlatform.java (diff)
Commit bc4e1521cc2ccc91a033998847dc35e1a8c8687b by Michael Bien
CLMemObjectDestructorCallback for HLB and LLB.
The file was modifiedresources/cl-impl.cfg (diff)
The file was addedsrc/com/jogamp/opencl/CLMemObjectListener.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLBufferTest.java (diff)
The file was modifiedresources/cl-if.cfg (diff)
The file was modifiedsrc/com/jogamp/opencl/impl/CLImpl.java (diff)
The file was modifiedresources/cl-common.cfg (diff)
The file was addedsrc/com/jogamp/opencl/impl/CLMemObjectDestructorCallback.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLMemory.java (diff)
The file was modifiedresources/clImplCustomCode.c (diff)