Skip to content

Commit bc70af9

Browse files
committed
Remove low-level implementation details from the doc
Signed-off-by: Mariya Podchishchaeva <[email protected]>
1 parent 65fb1b9 commit bc70af9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sycl/doc/SYCLCompilerAndRuntimeDesign.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,6 @@ number of device compilers for targets specified in the `-fsycl-targets`
165165
option. If `-fsycl-targets` is not specified, then single SPIR-V target is
166166
assumed, and single device compiler for this target is invoked.
167167

168-
In the driver, the following bools are defined to determine the compilation
169-
mode in SYCL:
170-
171-
* IsSYCL : True if the user has passed `-fsycl` to the compilation
172-
* IsSYCLOffloadDevice: True if setting up a call to clang to do a device
173-
compilation and user has passed `-fsycl` option to the compilation
174-
* IsSYCLDevice : True if the user has passed `-fsycl-device-only` option to the
175-
driver. Also true when IsSYCLOffloadDevice is true
176-
177-
178168
The option `-sycl-std` allows specifying which version of
179169
the SYCL standard will be used for the compilation.
180170
The default value for this option is `1.2.1`.

0 commit comments

Comments
 (0)