Visible to Intel only — GUID: GUID-2981561E-E79E-4A08-9174-3785F176E657
Visible to Intel only — GUID: GUID-2981561E-E79E-4A08-9174-3785F176E657
fsycl-device-code-split
Specifies a SYCL* device code module assembly. This feature is only available for ifx.
Syntax
Linux: |
-fsycl-device-code-split[=value] |
Windows: |
-fsycl-device-code-split[=value] |
Arguments
value |
Can be only one of the following:
|
Default
auto |
This is the default whether you do not specify the compiler option or you do specify the compiler option, but omit a value. The compiler will use a heuristic to select the best way of splitting device code. |
Description
This option specifies a SYCL* device code module assembly.
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.
IDE Equivalent
Alternate Options
None