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. This content is specific to DPC++.
Linux: | -fsycl-add-targets=T1:file1,...,Tn:filen |
Windows: | -fsycl-add-targets=T1:file1,...,Tn:filen |
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.
OFF |
Arbitrary device images are not added to any fat SYCL* binary being linked. |
This option lets you add arbitrary device binary images to the fat SYCL* binary when linking.
None