The following behaviors can prevent the Vitis compiler from performing dataflow optimizations:
- Single producer-consumer violations.
- Bypassing tasks.
- Feedback between tasks.
- Conditional execution of tasks.
- Loops with multiple exit conditions or conditions defined within the loop.
If any of the above conditions occur inside the dataflow region, you might need to re-architect your code to successfully achieve dataflow optimization.