Visible to Intel only — GUID: GUID-5C83F59D-EC93-4DD1-BB03-3378EFB9E9FF
Visible to Intel only — GUID: GUID-5C83F59D-EC93-4DD1-BB03-3378EFB9E9FF
fsycl-add-targets
Lets you add arbitrary device binary images to the fat SYCL* binary when linking. This is a deprecated option that may be removed in a future release.
Syntax
Linux: |
-fsycl-add-targets=T1:file1,...,Tn:filen |
Windows: |
-fsycl-add-targets=T1:file1,...,Tn:filen |
Arguments
T |
Is a target triple for the device binary image. |
file |
Is the location of the device binary image. |
You can specify one or more pair of T:file.
Default
OFF |
Arbitrary device images are not added to any fat SYCL* binary being linked. |
Description
This option lets you add arbitrary device binary images to the fat SYCL* binary when linking.
When using this option, you must also specify option -fsycl.
For information about available SYCL drivers, refer to Invoke the Compiler.
When SYCL offloading is enabled, this option only applies to device-specific compilation.
IDE Equivalent
Alternate Options
None