[PATCH] D51212: [OpenCL][Docs] Release notes for OpenCL in Clang
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 24 05:03:54 PDT 2018
Anastasia created this revision.
Anastasia added reviewers: hans, bader, yaxunl.
https://reviews.llvm.org/D51212
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -222,10 +222,31 @@
...
-OpenCL C Language Changes in Clang
-----------------------------------
+OpenCL C/C++ Language Changes in Clang
+--------------------------------------
-...
+Miscellaneous changes in OpenCL C:
+
+- Added ``cles_khr_int64`` extension.
+
+- Added bug fixes and simplifications to Clang blocks in OpenCL mode.
+
+- Added compiler flag ``-cl-uniform-work-group-size`` to allow extra compile time optimisation.
+
+- Propagate ``denorms-are-zero`` attribute to IR if ``-cl-denorms-are-zero`` is passed to the compiler.
+
+- Separated ``read_only`` and ``write_only`` pipe IR types.
+
+- Fixed address space for the ``__func__`` predefined macro.
+
+- Improved diagnostics of kernel argument types.
+
+
+Started OpenCL C++ support:
+
+- Added ``-std/-cl-std=c++``.
+
+- Added support for keywords.
OpenMP Support in Clang
----------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51212.162362.patch
Type: text/x-patch
Size: 1036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180824/5d313861/attachment.bin>
More information about the cfe-commits
mailing list