Disable Automatic Fusion of Loops (-Xsdisable-auto-loop-fusion)
-Xsdisable-auto-loop-fusion
) Include the
-Xsdisable-auto-loop-fusion
flag in your
dpcpp
command to direct the
Intel® oneAPI
to disable automatic loop fusion when compiling your design.
DPC++/C++
CompilerExample
dpcpp -fintelfpga -Xshardware -Xsdisable-auto-loop-fusion <source_file>.cpp
For more information about automatic loop fusion, refer to
Automatic Loop Fusion