[PATCH] D95886: [OpenCL][Docs] Link page explaining tooling for offline compilation

Sven van Haastregt via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 3 05:34:39 PST 2021


svenvh added inline comments.


================
Comment at: clang/docs/UsersManual.rst:2835
 <https://github.com/KhronosGroup/SPIRV-LLVM-Translator>`_
-to produce SPIR-V binary.
-
+to produce SPIR-V binary. More detail are provided in the following
+online resource - `the offline compilation from OpenCL kernel sources into
----------------
detail -> details

remove "the following"


================
Comment at: clang/docs/UsersManual.rst:2836
+to produce SPIR-V binary. More detail are provided in the following
+online resource - `the offline compilation from OpenCL kernel sources into
+SPIR-V using open source tools
----------------
Remove the `online resource - the`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95886/new/

https://reviews.llvm.org/D95886



More information about the cfe-commits mailing list