[llvm-branch-commits] [cfe-branch] r279224 - Minor change to OpenCL release notes to add one missing item.
Anastasia Stulova via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 19 02:19:36 PDT 2016
Author: stulova
Date: Fri Aug 19 04:19:36 2016
New Revision: 279224
URL: http://llvm.org/viewvc/llvm-project?rev=279224&view=rev
Log:
Minor change to OpenCL release notes to add one missing item.
Modified:
cfe/branches/release_39/docs/ReleaseNotes.rst
Modified: cfe/branches/release_39/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_39/docs/ReleaseNotes.rst?rev=279224&r1=279223&r2=279224&view=diff
==============================================================================
--- cfe/branches/release_39/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_39/docs/ReleaseNotes.rst Fri Aug 19 04:19:36 2016
@@ -163,6 +163,8 @@ Clang now has support for all OpenCL 2.0
features have been completed since the previous release:
- Pipe builtin functions (s6.13.16.2-4).
+- Dynamic parallelism support via the ``enqueue_kernel`` Clang builtin function,
+ as well as the kernel query functions from s6.13.17.6.
- Address space conversion functions ``to_{global/local/private}``.
- ``nosvm`` attribute support.
- Improved diagnostic and generation of Clang Blocks used in OpenCL kernel code.
More information about the llvm-branch-commits
mailing list