X Tutup
Skip to content

Commit 4609f7c

Browse files
committed
JavaCL: changelog + no more -synchronized in jnaerator config
1 parent f237037 commit 4609f7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

79
Version 1.0.0-RC2 (20120415, commit 6bc061dfce06b941086a29f696195e82fbaffbdc)
810

OpenCL4Java/src/main/jnaerator/config-1.1.jnaerator

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
-gccLong
77
-limitComments
8-
-synchronized
98

109
"-Dextern="
1110
"-D__stdcall="

OpenCL4Java/src/main/jnaerator/config-1.2.jnaerator

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
-gccLong
99
-genRawBindings
1010
-limitComments
11-
-synchronized
1211

1312
"-Dextern="
1413
"-D__stdcall="

0 commit comments

Comments
 (0)
X Tutup