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. This content is specific to DPC++.

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.

IDE Equivalent

None

Alternate Options

None

See Also