]> granicus.if.org Git - clang/commitdiff
Minor change to OpenCL release notes to add one missing item.
authorAnastasia Stulova <anastasia.stulova@arm.com>
Fri, 19 Aug 2016 09:19:36 +0000 (09:19 +0000)
committerAnastasia Stulova <anastasia.stulova@arm.com>
Fri, 19 Aug 2016 09:19:36 +0000 (09:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_39@279224 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 06ad744ed7421514190ab1cbcf1e519527597879..e4fa953f93192dc690dff509fe03570bd5fd3e0e 100644 (file)
@@ -163,6 +163,8 @@ Clang now has support for all OpenCL 2.0 features.  In particular, the following
 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.