Visible to Intel only — GUID: GUID-E3573689-8B8B-4A48-BB50-3F60F9B95B27
Visible to Intel only — GUID: GUID-E3573689-8B8B-4A48-BB50-3F60F9B95B27
fsycl
Enables Fortran to perform the SYCL offload device linking steps for potential SYCL-based fat objects or libraries.
Syntax
Linux: |
-fsycl |
Windows: |
-fsycl |
Arguments
None
Default
OFF |
Fortran object files are not linked with SYCL object files. |
Description
This option enables Fortran to perform the SYCL offload device linking steps for potential SYCL-based fat objects or libraries.
This option is only valid when using ifx to link your executable.
On Windows, to prevent potential sycl.lib library conflicts, you should add any desired SYCL library by specifying the library in the link command.
IDE Equivalent
Alternate Options
None