Commit 6c02be10 authored by Anastasia Stulova's avatar Anastasia Stulova
Browse files

Minor change to OpenCL release notes to add one missing item.

llvm-svn: 279224
parent cf3f88d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.