File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
OpenCL4Java/src/main/jnaerator Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ Current development version (1.0-SNAPSHOT)
22
33- Fixed handling of image2d_t and image3d_t in Maven plugin (contrib. from Remi Emonet, request #308 and issue #307)
44- Fixed OpenGL interop on Windows (issue #312)
5- - Optimized lots of native calls (CLKernel.setArgs/enqueueNDRange, CLBuffer.read/write...)
5+ - Added CLEvent.FIRE_AND_FORGET to avoid returning events from all the methods that accept a vararg eventsToWaitFor.
6+ - Optimized low-level bindings on OpenCL 1.1+ platforms, with dynamic runtime switch (removed synchronized keyword from all native calls)
7+ - Optimized performance of many calls (CLKernel.setArgs/enqueueNDRange, CLBuffer.read/write...)
68
79Version 1.0.0-RC2 (20120415, commit 6bc061dfce06b941086a29f696195e82fbaffbdc)
810
Original file line number Diff line number Diff line change 55
66-gccLong
77-limitComments
8- -synchronized
98
109"-Dextern="
1110"-D__stdcall="
Original file line number Diff line number Diff line change 88-gccLong
99-genRawBindings
1010-limitComments
11- -synchronized
1211
1312"-Dextern="
1413"-D__stdcall="
You can’t perform that action at this time.
0 commit comments