Visible to Intel only — GUID: GUID-24A31968-5554-4ED0-AD2A-624B1FB4FDBF
Visible to Intel only — GUID: GUID-24A31968-5554-4ED0-AD2A-624B1FB4FDBF
fsycl-dead-args-optimization
Enables elimination of SYCL dead kernel arguments. This feature is only available for ifx.
Syntax
Linux: |
-fsycl-dead-args-optimization -fno-sycl-dead-args-optimization |
macOS: |
None |
Windows: |
-fsycl-dead-args-optimization -fno-sycl-dead-args-optimization |
Arguments
None
Default
OFF |
SYCL dead kernel arguments are not eliminated. This default may change in the future. |
Description
This option enables elimination of SYCL dead kernel arguments. This optimization can improve performance.
When using this option, you must also specify option -fsycl.
If you specify -fno-sycl-dead-args-optimization, this optimization is disabled.
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