Visible to Intel only — GUID: GUID-2151E257-78E0-44DC-8CB9-069F49869465
Visible to Intel only — GUID: GUID-2151E257-78E0-44DC-8CB9-069F49869465
fsycl-host-compiler
Tells the compiler to use the specified compiler for the host compilation of the overall offloading compilation that is performed.
Linux: |
-fsycl-host-compiler=arg |
Windows: |
-fsycl-host-compiler=arg |
arg |
Is the compiler that will be the host for compilation. It can be the name of a compiler or the specific path to the compiler. |
OFF |
The host compilation will be performed by the Intel® DPC++ Compiler. |
This option tells the compiler to use the specified compiler for the host compilation of the overall offloading compilation that is performed.
When using this option, you must also specify option -fsycl.
For information about available SYCL drivers, refer to Invoke the Compiler.
None
Example
Consider the following:
-fsycl-host-compiler=g++ // the compiler looks for g++ in the current path -fsycl-host-compiler=/usr/bin/g++ // the compiler looks for g++ in the explicit path