Developer Guide

Intel® oneAPI DPC++/C++ Compiler Handbook for FPGAs

ID 785441
Date 6/24/2024
Public
Document Table of Contents

Disable Automatic Fusion of Loops (-Xsdisable-auto-loop-fusion)

Include the -Xsdisable-auto-loop-fusion flag in your icpx command to direct the Intel® oneAPI DPC++/C++ Compiler to disable automatic loop fusion when compiling your design.

Example

icpx -fintelfpga -Xshardware -Xsdisable-auto-loop-fusion <source_file>.cpp

For more information about automatic loop fusion, refer to Automatic Loop Fusion