A newer version of this document is available. Customers should click here to go to the newest version.
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