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

Changes

Summary

  1. CLProgram.getSource() should not throw CLInvalidValueException if (details)
  2. added mapped CLMemory argument to putUnmapMemory for more flexibility. (details)
Commit 3c06ab634c7119249d37f808a5a979a5f7776de5 by Michael Bien
CLProgram.getSource() should not throw CLInvalidValueException if program does not have any sources (only happens on certain drivers).
The file was modifiedsrc/com/jogamp/opencl/CLProgram.java (diff)
Commit 59ec9a937001549262c37c543266cc6015e53f9d by Michael Bien
added mapped CLMemory argument to putUnmapMemory for more flexibility.
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)
The file was modifiedtest/com/jogamp/opencl/CLBufferTest.java (diff)