File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -395,6 +395,18 @@ C2x Feature Support
395395 Also documents the builtin appropriately. Note, a type definition in C++
396396 continues to be rejected.
397397
398+ OpenCL Kernel Language Changes
399+ ------------------------------
400+
401+ - Improved diagnostics for C++ templates used in kernel arguments.
402+ - Removed redundant pragma for the ``arm-integer-dot-product `` extension.
403+ - Improved support of enqueued block for AMDGPU.
404+ - Added ``nounwind `` attribute implicitly to all functions.
405+ - Improved builtin functions support:
406+
407+ * Allow disabling default header-based feature/extension support by passing ``-D__undef_<feature> ``.
408+ * Fixed conditional definition of the depth image and ``read_write image3d `` builtins.
409+
398410Non-comprehensive list of changes in this release
399411-------------------------------------------------
400412- It's now possible to set the crash diagnostics directory through
You can’t perform that action at this time.
0 commit comments