Intel® oneAPI DPC++/C++ Compiler

Developer Guide and Reference

ID 767253
Date 3/31/2025
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-4625DBB5-D11B-450D-96B7-FC1399E52214

Document Table of Contents

fsycl-help

Causes help information to be emitted from the device compiler backend.

Syntax

Linux:

-fsycl-help[=arg]

Windows:

-fsycl-help[=arg]

Arguments

arg

Can be one of "x86_64", "fpga", "gen", or "all". Option -fsycl-help=all outputs help for "x86_64", "fpga", and "gen".

Specifying "all" is the same as specifying fsycl-help with no arg.

Default

OFF

No help information is emitted from the device compiler backend.

Description

This option causes help information to be emitted from the device compiler backend.

NOTE:

When SYCL offloading is enabled, this option only applies to device-specific compilation.

IDE Equivalent

None

Alternate Options

None