Visible to Intel only — GUID: GUID-3724B2FA-9DEE-43A6-9078-F8BAE22CDBCC
Visible to Intel only — GUID: GUID-3724B2FA-9DEE-43A6-9078-F8BAE22CDBCC
fsycl-device-obj
Lets you specify the format of device code stored in a resulting object. This is an experimental feature.
Syntax
Linux: |
-fsycl-device-obj=arg |
Windows: |
-fsycl-device-obj=arg |
Arguments
arg |
Can be only one of the following:
|
Default
-fsycl-device-obj=llvmir |
If you do not specify option -fsycl-device-obj, the compiler will create IP-based fat objects. |
Description
This option lets you specify the format of device code stored in a resulting object. It is an experimental feature.
This compiler option is specific for the target binary type when it is bundled with the host object or generated independently with -fsycl-device-only.
IDE Equivalent
Alternate Options
None