[PATCH] D23452: [OpenCL] Release 3.9 notes

Anastasia Stulova via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 19 02:55:55 PDT 2016


Anastasia added a comment.

@hans, I have committed one minor addition to OpenCL notes (r279224), which is important enough to include

  Index: docs/ReleaseNotes.rst
  ===================================================================
  --- docs/ReleaseNotes.rst	(revision 279176)
    +++ docs/ReleaseNotes.rst	(working copy)
    @@ -163,6 +163,8 @@
     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.

I hope it's not a problem.


https://reviews.llvm.org/D23452





More information about the cfe-commits mailing list