[PATCH] D143348: [Clang][Doc][OpenCL] Release 16 notes
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 5 12:58:47 PST 2023
Anastasia created this revision.
Anastasia added a reviewer: svenvh.
Herald added subscribers: Naghasan, ebevhan, yaxunl.
Herald added a project: All.
Anastasia requested review of this revision.
Documented major OpenCL features in release 16.
https://reviews.llvm.org/D143348
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -828,10 +828,17 @@
Objective-C Language Changes in Clang
-------------------------------------
-OpenCL C Language Changes in Clang
+OpenCL Kernel Language Changes in Clang
----------------------------------
-...
+- Improved diagnostics for C++ templates used in kernel arguments.
+- Removed redundant pragma for the ``arm-integer-dot-product`` extension.
+- Improved support of enqueued block for AMDGPU.
+- Improved builtin functions support:
+ * Allow disabling default header-based feature/extension support by passing ``-D__undef_<feature>``.
+ * Fixed conditional definition of the depth image and read_write image3d builtins.
+ * Added ``nounwind`` attribute to all builtin functions.
+
ABI Changes in Clang
--------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143348.494945.patch
Type: text/x-patch
Size: 919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230205/723e00e0/attachment.bin>
More information about the cfe-commits
mailing list