summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnastasia Stulova <anastasia@compiler-experts.com>2023-02-19 21:39:02 +0000
committerAnastasia Stulova <anastasia@compiler-experts.com>2023-02-19 21:39:02 +0000
commit639db8a90d2adf7789b9d3cec3a7c26502bf819b (patch)
treea0b69fa8f49e52d2300b96d5827e3d692ecf9dd0
parentf076b47e5216dd1578930d616bd728f0749bf118 (diff)
downloadllvm-639db8a90d2adf7789b9d3cec3a7c26502bf819b.tar.gz
[Clang][Doc][OpenCL] Release 16 notes
Documented major OpenCL features in release 16. Differential Revision: https://reviews.llvm.org/D143348
-rw-r--r--clang/docs/ReleaseNotes.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b32a84d1f6d3..525be8e76269 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -395,6 +395,18 @@ C2x Feature Support
Also documents the builtin appropriately. Note, a type definition in C++
continues to be rejected.
+OpenCL Kernel Language Changes
+------------------------------
+
+- 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.
+- Added ``nounwind`` attribute implicitly to all functions.
+- 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.
+
Non-comprehensive list of changes in this release
-------------------------------------------------
- It's now possible to set the crash diagnostics directory through