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

Changes

Summary

  1. Bug 979: Add 'CL_DEVICE_MEM_BASE_ADDR_ALIGN' to CLDevice and overal (details)
  2. Minor editing: Remove static imports, using 'final' add some '@XXX' (details)
Commit d4f04ddd3ef3b65b7c31d3504cf55489153c60c1 by Sven Gothel
Bug 979: Add 'CL_DEVICE_MEM_BASE_ADDR_ALIGN' to CLDevice and overal maximum to CLContext - Split CLBufferTest and use alignment.

See Bug 979 for remaining issues and discussion.
The file was modified test/com/jogamp/opencl/HighLevelBindingTest.java (diff)
The file was modified src/com/jogamp/opencl/CLContext.java (diff)
The file was modified src/com/jogamp/opencl/spi/CLInfoAccessor.java (diff)
The file was modified src/com/jogamp/opencl/impl/CLTLInfoAccessor.java (diff)
The file was modified test/com/jogamp/opencl/CLBufferTest.java (diff)
The file was modified src/com/jogamp/opencl/CLDevice.java (diff)
Commit e1af55978481d03561843c4a82c4995a4f3c858f by Sven Gothel
Minor editing: Remove static imports, using 'final' add some '@XXX' decorations to remove warnings.

Note 'static import' is evil .. :)
The file was modified src/com/jogamp/opencl/CLDevice.java (diff)
The file was modified src/com/jogamp/opencl/CLBuffer.java (diff)
The file was modified src/com/jogamp/opencl/impl/CLTLInfoAccessor.java (diff)
The file was modified src/com/jogamp/opencl/CLContext.java (diff)