Lets you perform ahead-of-time (AOT) compilation for the Field Programmable Gate Array (FPGA). This content is specific to DPC++.
Linux: | -fintelfpga |
Windows: | -fintelfpga |
None
OFF |
The ahead-of-time (AOT) compilation is not performed. |
This option lets you perform ahead-of-time (AOT) compilation for the FPGA.
It is functionally equivalent to specifying the following, which is compiled with dependency and debug information enabled:
-fsycl-targets=spir64-unknown-unknown
Visual Studio: DPC++ > General > Enable FPGA workflows
Eclipse: Intel® oneAPI DPC++ Compiler > General > Enable FPGA workflows
None