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

Changes

Summary

  1. fixed exception message in NDRange Kernel method. (details)
  2. wait timeout for concurrencyTest; context release try-finally bocks for (details)
  3. CLCommandQueueTest: fixed invalid work group size error on low spec (details)
  4. wait(timeout) should return boolean. (details)
  5. CLGLContext.create() makes GLContext current (restored old behavior). (details)
  6. adjusted remaining work group sizes in tests. (details)
Commit 67129fcd16ec590d7c67088ad1b39cc8251105fb by Michael Bien
fixed exception message in NDRange Kernel method.
The file was modifiedsrc/com/jogamp/opencl/CLCommandQueue.java (diff)
Commit 54bdbd29cfa8fc68b0d5e074a6b07d9d96d5452a by Michael Bien
wait timeout for concurrencyTest; context release try-finally bocks for all other test methods.
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
Commit ec3fc434397bac702bc0861ea8f9171c32d959b2 by Michael Bien
CLCommandQueueTest: fixed invalid work group size error on low spec devices
The file was modifiedtest/com/jogamp/opencl/CLCommandQueueTest.java (diff)
Commit 9870937703113993072e0bfa1fc9dce0a138278d by Michael Bien
wait(timeout) should return boolean.
The file was modifiedsrc/com/jogamp/opencl/util/MultiQueueBarrier.java (diff)
Commit 08ecaceb0798f7f2917a3d916aa155e2682e5dbf by Michael Bien
CLGLContext.create() makes GLContext current (restored old behavior).
CLGLTest:  make gl context current right after init (jogl bug workaround)
The file was modifiedsrc/com/jogamp/opencl/gl/CLGLContext.java (diff)
The file was modifiedtest/com/jogamp/opencl/gl/CLGLTest.java (diff)
Commit 7b1d60f59c1e6e5b2c7f5f18eb9dabf1d85876e5 by Michael Bien
adjusted remaining work group sizes in tests.
The file was modifiedtest/com/jogamp/opencl/LowLevelBindingTest.java (diff)
The file was modifiedtest/com/jogamp/opencl/HighLevelBindingTest.java (diff)