Passes options to the backend tool. This content is specific to DPC++.
Linux: | -Xs "options" or -Xsarg |
Windows: | -Xs "options" or -Xsarg |
options or arg |
Are the options you want to pass to the backend tool in device compilation. |
OFF |
No options are passed to the backend tool. |
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"
Visual Studio: Linker > General > Enable FPGA hardware build
Eclipse: Linker > General > Enable FPGA hardware build
None