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

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)
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/CLProgramTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/HighLevelBindingTest.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 addedsrc/com/jogamp/opencl/CLUserEvent.java
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLEventList.java (diff)
The file was modifiedsrc/com/jogamp/opencl/CLEvent.java (diff)