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.

Note

This option is only valid when using ifx to link your executable.

Note

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

None

Alternate Options

None