Xilinx / mlir-air

MIT License
80 stars 27 forks source link

Aircc.py: `--omit-ping-pong-transform` argument #784

Closed erwei-xilinx closed 6 days ago

erwei-xilinx commented 6 days ago

Enable fine-grained control over whether to enable air ping-pong buffering transformation passes.

Ping-pong buffering accelerates the design but at the cost of incurring extra memory and dma buffer descriptor (BD) usage, and should be disabled if a design is memory or BD constrained.