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
- Fixed support of Intel's OpenCL Windows runtime (issue #297)
14
15
- Enhanced LocalSize API (added static factory methods for all primitive types)
15
16
- Deprecated CLContext.getKernelsDefaultByteOrder() and CLDevice.getKernelsDefaultByteOrder()
16
17
- Added more informative exceptions when passing null pointers to CLBuffer.writeBytes (issue #257)
@@ -19,7 +20,6 @@ Version 1.0.0-RC2 (20120415, commit 6bc061dfce06b941086a29f696195e82fbaffbdc)
19
20
- 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
20
21
- Changed signature of CLPlatform.listDevices (now takes a single CLDevice.Type, including All, instead of an EnumSet thereof)
21
22
- Moved sources to github (https://github.com/ochafik/nativelibs4java/tree/master/libraries/OpenCL)
22
-
- Moved Maven artifacts to Sonatype OSS repository
0 commit comments