Tells the compiler to generate code for specified devices.
Linux: | -fsycl-targets=T1,...,Tn |
Windows: | -fsycl-targets=T1,...,Tn |
T |
Is a target triple device name. You can specify more than one T. |
OFF |
No code is generated. |
This option tells the compiler to generate code for specified devices.
If you specify a target triple device that is not spir64-*, that device will have ahead-of-time (AOT) compilation.
None