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

ID 767253
Date 9/08/2022
Public

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

Document Table of Contents

reuse-exe

Tells the compiler to speed up Field Programmable Gate Array (FPGA) target compile time by reusing a previously compiled FPGA hardware image.

Syntax

Linux:

-reuse-exe=exe-filename

Windows:

-reuse-exe=exe-filename

Arguments

exe-filename

Is a previously compiled SYCL* binary.

Default

OFF

There is no potential compile-time speed up by reusing the executable for the FPGA target.

Description

This option tells the compiler to speed up FPGA target compile time by reusing a previously compiled FPGA hardware image. This option is useful only when compiling for hardware.

It lets you minimize or avoid long Intel® Quartus® Prime Software compile times for FPGA targets when the device code is unchanged.

NOTE:

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

IDE Equivalent
None
Alternate Options

None