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

#1169 (Aug 12, 2023, 6:16:53 PM)

Started 1 yr 10 mo ago
Took 55 sec on macos-x86_64-jau-012

Started by upstream project jocl build number 1169
originally caused by:

  • Started by upstream project jogl-demos build number 516
    originally caused by:
    • Started by upstream project jogl build number 1531
      originally caused by:
Revision: 791eb1b2ae3001f04d59a61f634161e21d96ef6d
Repository: git://jogamp.org/srv/scm/jocl.git
  • origin/master
Test Result (1 failure / ±0)
Changes
  1. Add new kernel workgroup info functions to CLKernel (details / cgit)
  2. Remove non-functional CL_KERNEL_GLOBAL_WORK_SIZE test (details / cgit)
  3. 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 / cgit)
  4. 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 / cgit)
  5. Adopt to GlueGen change: Drop ManualStaticInitCall, PointerBuffer.ELEMENT_SIZE -> AbstractBuffer.POINTER_SIZE (details / cgit)