Developer Guide

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

ID 785441
Date 5/08/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 -fsycl -fintelfpga -Xshardware -Xsdisable-auto-loop-fusion <source_file>.cpp

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