Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
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.
| 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.
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.
None