The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- Add new kernel workgroup info functions to CLKernel (details)
- Remove non-functional CL_KERNEL_GLOBAL_WORK_SIZE test (details)
- Changes CLMemory's getNIOSize() and getNIOCapacity() to use buffer.limit() instead of capacity() in order to respect the user's desired buffer size in memory operations. (details)
- Changing CLBuffer#create to respect the limit instead of capacity on the direct buffer that the CLBuffer is being created for as this more closely represents the users intention about the buffer size. (details)
- Adopt to GlueGen change: Drop ManualStaticInitCall, PointerBuffer.ELEMENT_SIZE -> AbstractBuffer.POINTER_SIZE (details)
The file was modified | src/com/jogamp/opencl/CLKernel.java (diff) |
The file was modified | test/com/jogamp/opencl/CLProgramTest.java (diff) |
The file was modified | test/com/jogamp/opencl/CLProgramTest.java (diff) |
The file was modified | src/com/jogamp/opencl/CLMemory.java (diff) |
The file was modified | test/com/jogamp/opencl/CLBufferTest.java (diff) |
The file was modified | test/com/jogamp/opencl/CLBufferTest.java (diff) |
The file was modified | src/com/jogamp/opencl/CLBuffer.java (diff) |
The file was modified | make/config/cl-impl-12.cfg (diff) |
The file was modified | src/com/jogamp/opencl/CLProgram.java (diff) |
The file was modified | src/com/jogamp/opencl/CLCommandQueue.java (diff) |
The file was modified | src/com/jogamp/opencl/CLEventList.java (diff) |
The file was modified | make/config/cl-impl-20.cfg (diff) |
The file was modified | make/config/cl-impl-11.cfg (diff) |
The file was modified | src/com/jogamp/opencl/impl/CLTLAccessorFactory.java (diff) |