fsycl-targets

Tells the compiler to generate code for specified devices.

Syntax

Linux:

-fsycl-targets=T1,...,Tn

Windows:

-fsycl-targets=T1,...,Tn

Arguments

T

Is a target triple device name. You can specify more than one T.

Default

OFF

No code is generated.

Description

This option tells the compiler to generate code for specified devices.

If you specify a target triple device that is not spir64-*, that device will have ahead-of-time (AOT) compilation.

IDE Equivalent

None

Alternate Options

None