Enables Fortran to perform the SYCL offload device linking steps for potential SYCL-based fat objects or libraries.
Linux: | -fsycl |
Windows: | -fsycl |
None
OFF |
Fortran object files are not linked with SYCL object files. |
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.
None