[PATCH] D119710: [Docs][OpenCL] Release 14 notes
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 14 06:18:53 PST 2022
Anastasia added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:259-268
+OpenCL 3.0 (see :ref:`OpenCL 3.0 status page <opencl_300>` for more details):
+
+- Added parsing support for optionality of device side enqueue and blocks (not
+ fully incomplete yet!).
+- Added missing support for optionality of various builtin functions:
+
+ - ``read_write`` images, pipes, collective workgroup in the default header.
----------------
This might need to be updated depending on the situation with backports: https://github.com/llvm/llvm-project/issues?q=is%3Aissue+is%3Aopen+label%3Aopencl+label%3Arelease%3Abackport
But we can do this separately...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119710/new/
https://reviews.llvm.org/D119710
More information about the cfe-commits
mailing list