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

Changes

Summary

  1. fixed bug in number of kernel arguments query. (details)
  2. added Option enum for common build optons (contains all specified flags (details)
  3. CLInfoAccessor uses now threadlocal direct nio buffers for all (details)
  4. improved QueueBarrier added constructor to restrict barriers to certain (details)
  5. more utility getters for CLDevice. (details)
  6. introduced CLMemory as superclass for all memory objects. (details)
  7. temporary dissabled non direct NIO binding for methods containing long[] (details)
Commit 8eec5909a7f480497846f62729a47820aa55e188 by Michael Bien
fixed bug in number of kernel arguments query.
Commit d446e57f45811c23da651f7a5f481ddaed4c01c6 by Michael Bien
added Option enum for common build optons (contains all specified flags as of OpenCL 1.0).
Commit 64f212c105fd0f23e8116307b64ee4b87928823d by Michael Bien
CLInfoAccessor uses now threadlocal direct nio buffers for all operations.
javadoc improvements.
added event based profiling functionality.
Commit 5193eb3c98bfa14ca8eb5767452c8e97f9f495c6 by Michael Bien
improved QueueBarrier added constructor to restrict barriers to certain queues.
temporary added getGLObjectType to CLGLContext.
Commit c4aeea288271f57b3c8640a8cd4ba87d1c331814 by Michael Bien
more utility getters for CLDevice.
Commit 09ac312a0645bd0d9adff580f29f20382dfbf8c9 by Michael Bien
introduced CLMemory as superclass for all memory objects.
added CLImage, CLImage2d and CLImage3d.
Commit 21f0d9231227a4d2c96cb70b5061c18145591fba by Michael Bien
temporary dissabled non direct NIO binding for methods containing long[] since its broken on 32bit systems.
refactored high level binding to use direct NIO exclusively.
temporary dissabled low level binding junit tests.
green bar on 32 and 64 bit systems.