Specifies a SYCL* device code module assembly.
Linux: | -fsycl-device-code-split[=value] |
Windows: | -fsycl-device-code-split[=value] |
value |
Can be only one of the following:
|
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. |
This option specifies a SYCL* device code module assembly.
When using the icx/icpx compiler driver for this option, you must also specify option -fsycl.
When using the dpcpp compiler driver, option -fsycl is implied by default.
When SYCL offloading is enabled, this option only applies to device-specific compilation.
None