Skip to content

Commit 0e1af4e

Browse files
committed
JavaCL: updated CHANGELOG
1 parent a3b4bd7 commit 0e1af4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ Current development version (1.0-SNAPSHOT)
66
- Fixed handling compiler options containing spaces (issue #274)
77
- Fixed tutorial artifact pom repositories (issue #279)
88
- Fixed many Javadoc typos
9+
- Fixed support of Intel's OpenCL Windows runtime
910
- Enhanced LocalSize API (added static factory methods for all primitive types)
1011
- Deprecated CLContext.getKernelsDefaultByteOrder() and CLDevice.getKernelsDefaultByteOrder()
1112
- Added more informative exceptions when passing null pointers to CLBuffer.writeBytes (issue #257)
1213
- Updated to OpenCL 1.2 headers
1314
- Added -cl-nv-verbose, -cl-nv-maxrregcount, -cl-nv-opt-level + proper log even without error when nv-verbose is set
1415
- 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
16+
- Changed signature of CLPlatform.listDevices (now takes a single CLDevice.Type, including All, instead of an EnumSet thereof)
1517
- Moved sources to github (https://github.com/ochafik/nativelibs4java/tree/master/libraries/OpenCL)
1618
- Moved Maven artifacts to Sonatype OSS repository
1719

0 commit comments

Comments
 (0)