Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 3/22/2024
Public
Document Table of Contents

fintelfpga

Lets you perform ahead-of-time (AOT) compilation for the Field Programmable Gate Array (FPGA).

Syntax

Linux:

-fintelfpga

Windows:

-fintelfpga

Arguments

None

Default

OFF

The ahead-of-time (AOT) compilation is not performed.

Description

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_fpga  

IDE Equivalent

Visual Studio: DPC++ > General > Enable FPGA workflows

Eclipse: Intel(R) oneAPI DPC++ Compiler > General > Enable FPGA workflows

Alternate Options

None

See Also