From 0fb4341519ef3ac06518ba56bb100277d89cdf11 Mon Sep 17 00:00:00 2001 From: Anastasia Stulova Date: Thu, 4 Feb 2021 13:59:13 +0000 Subject: [PATCH] [OpenCL][Docs] Link page explaining tooling for offline compilation. Tags: #clang Differential Revision: https://reviews.llvm.org/D95886 --- clang/docs/UsersManual.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index fae22feef07b..dfc0ea29487e 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -2901,8 +2901,10 @@ Note that if compiled to bitcode for generic targets such as SPIR, portable IR is produced that can be used with various vendor tools as well as open source tools such as `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 +`_. 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