Xs

Passes options to the backend tool. This content is specific to DPC++.

Syntax

Linux:

-Xs "options" or -Xsarg

Windows:

-Xs "options" or -Xsarg

Arguments

options or arg

Are the options you want to pass to the backend tool in device compilation.

Default

OFF

No options are passed to the backend tool.

Description

This option passes options to the backend tool. It is a shortcut for option Xsycl-target-backend.

For example, the following:

  -Xshardware

is equivalent to specifying:

  -Xsycl-target-backend "-hardware"

IDE Equivalent

Visual Studio: Linker > General > Enable FPGA hardware build

Eclipse: Linker > General > Enable FPGA hardware build

Alternate Options

None

See Also