[PATCH] D89143: [OpenCL][Docs] Improved description of the supported language functionality.

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 9 09:51:47 PDT 2020


Anastasia created this revision.
Anastasia added reviewers: azabaznov, svenvh.
Herald added subscribers: ebevhan, yaxunl.
Anastasia requested review of this revision.

As suggested on RFC: http://lists.llvm.org/pipermail/cfe-dev/2020-October/066932.html


https://reviews.llvm.org/D89143

Files:
  clang/docs/UsersManual.rst


Index: clang/docs/UsersManual.rst
===================================================================
--- clang/docs/UsersManual.rst
+++ clang/docs/UsersManual.rst
@@ -2714,6 +2714,9 @@
 <https://www.khronos.org/registry/OpenCL/specs/opencl-1.1.pdf#111>`_) or
 into generic bitcode files loadable into other toolchains.
 
+Clang only supports the full OpenCL profile, and not `the embedded profile
+<https://github.com/KhronosGroup/OpenCL-Docs/blob/master/api/embedded_profile.asciidoc>`_.
+
 Compiling to a binary using the default target from the installation can be done
 as follows:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89143.297266.patch
Type: text/x-patch
Size: 589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201009/05ab5bd6/attachment.bin>


More information about the cfe-commits mailing list