Visible to Intel only — GUID: GUID-B733367E-6B91-45DE-B47A-91F3DB33F01D
Visible to Intel only — GUID: GUID-B733367E-6B91-45DE-B47A-91F3DB33F01D
fsycl-use-bitcode
Tells the compiler to produce device code in LLVM Intermediate Representation (IR) bitcode format into fat objects.
Syntax
Linux: |
-fsycl-use-bitcode |
Windows: |
-fsycl-use-bitcode |
Arguments
None
Default
ON |
LLVM IR bitcode format is emitted. |
Description
This option tells the compiler to produce device code in LLVM Intermediate Representation (IR) bitcode format into fat objects.
When using this option, you must also specify option -fsycl.
For information about available SYCL drivers, refer to Invoke the Compiler.
When SYCL offloading is enabled, this option only applies to device-specific compilation.
IDE Equivalent
Alternate Options
None