The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- better exception message if libOpenCL could not be loaded. (details)
- CLEvent callbacks for HLB and LLB. (details)
- CLPlatform.getDefault() returns now the platform with the latest version (details)
- CLMemObjectDestructorCallback for HLB and LLB. (details)
- added com.jogamp.util.CLInfo. (details)
- updated webstart codebases (details)
- changed initialization from static initializer to internal singleton (details)
- link to demo page (details)
- removed CLContext factory methods with CLPlatform + CLDevice list (details)
- fixed exception message in NDRange Kernel method. (details)
- wait timeout for concurrencyTest; context release try-finally bocks for (details)
- CLCommandQueueTest: fixed invalid work group size error on low spec (details)
- wait(timeout) should return boolean. (details)
- CLGLContext.create() makes GLContext current (restored old behavior). (details)
- adjusted remaining work group sizes in tests. (details)