[PATCH] D95886: [OpenCL][Docs] Link page explaining tooling for offline compilation
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 4 03:22:25 PST 2021
Anastasia updated this revision to Diff 321369.
Anastasia added a comment.
Addressed Sven's comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95886/new/
https://reviews.llvm.org/D95886
Files:
clang/docs/UsersManual.rst
Index: clang/docs/UsersManual.rst
===================================================================
--- clang/docs/UsersManual.rst
+++ clang/docs/UsersManual.rst
@@ -2889,8 +2889,10 @@
portable IR is produced that can be used with various vendor
tools as well as open source tools such as `SPIRV-LLVM Translator
<https://github.com/KhronosGroup/SPIRV-LLVM-Translator>`_
-to produce SPIR-V binary.
-
+to produce SPIR-V binary. More details are provided in `the offline
+compilation from OpenCL kernel sources into SPIR-V using open source
+tools
+<https://www.khronos.org/blog/offline-compilation-of-opencl-kernels-into-spir-v-using-open-source-tooling>`_.
Clang currently supports OpenCL C language standards up to v2.0. Clang mainly
supports full profile. There is only very limited support of the embedded
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95886.321369.patch
Type: text/x-patch
Size: 817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210204/c3eef3f7/attachment.bin>
More information about the cfe-commits
mailing list