You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Return CLUserEvent from CLContext.createUserEvent();
24
+
- Make OpenCL 1.0 synchronization a warning
25
+
- Adapted Linux library loading code to AMD App 2.7
26
+
- Fixed library probe
27
+
- Factorized some javadoc with macros
28
+
- Finish renaming
29
+
- Renamed getEntityPeer() to getEntity()
30
+
9
31
Version 1.0.0-RC2 (20120415, commit 6bc061dfce06b941086a29f696195e82fbaffbdc)
10
32
11
33
- Release artifacts are available in Maven Central
@@ -23,7 +45,7 @@ Version 1.0.0-RC2 (20120415, commit 6bc061dfce06b941086a29f696195e82fbaffbdc)
23
45
- Added -cl-nv-verbose, -cl-nv-maxrregcount, -cl-nv-opt-level + proper log even without error when nv-verbose is set
24
46
- Enhanced handling of endianness : warn when creating contexts with devices that have mismatching endianness, throw when creating buffer out of Buffer / Pointer with bad endianness
25
47
- Changed signature of CLPlatform.listDevices (now takes a single CLDevice.Type, including All, instead of an EnumSet thereof)
26
-
- Moved sources to github (https://github.com/ochafik/nativelibs4java/tree/master/libraries/OpenCL)
48
+
- Moved sources to github (https://github.com/ochafik/nativelibs4java/tree/master/libraries/OpenCL)
0 commit comments