Anastasia closed this revision.
Anastasia added a comment.
Committed
https://github.com/llvm/llvm-project/commit/e8712accba1150b94168d8ace6c7dd7b9612e174
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119710/new/
https://reviews.llvm.org/D119710
Anastasia updated this revision to Diff 408810.
Anastasia added a comment.
- Fixed review comments
- Updated OpenCL 3 state after backports
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119710/new/
https://reviews.llvm.org/D119710
Files:
clang/docs/ReleaseNotes.rst
Index: clang/doc
svenvh added inline comments.
Comment at: clang/docs/ReleaseNotes.rst:262
+- Added parsing support for optionality of device side enqueue and blocks (not
+ fully incomplete yet!).
+- Added missing support for optionality of various builtin functions:
incomplete
Anastasia added inline comments.
Comment at: clang/docs/ReleaseNotes.rst:259-268
+OpenCL 3.0 (see :ref:`OpenCL 3.0 status page ` for more details):
+
+- Added parsing support for optionality of device side enqueue and blocks (not
+ fully incomplete yet!).
+- Added missing suppor
Anastasia created this revision.
Anastasia added reviewers: svenvh, azabaznov.
Herald added subscribers: Naghasan, ebevhan, yaxunl.
Anastasia requested review of this revision.
Summary of important changes for OpenCL in release 14.
https://reviews.llvm.org/D119710
Files:
clang/docs/ReleaseNot