Developer Guide and Reference

ID 767251
Date 10/31/2024
Public
Document Table of Contents

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