Lets you specify the format of device code stored in a resulting object. This is an experimental feature.
Linux: | -fsycl-device-obj=arg |
Windows: | -fsycl-device-obj=arg |
arg |
Can be only one of the following:
|
-fsycl-device-obj=llvmir |
If you do not specify option -fsycl-device-obj, the compiler will create IP-based fat objects. |
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.
None