Xilinx / mlir-air

MIT License
74 stars 26 forks source link

Disable lowering scf.for loop into repeat count, unless the dimension has non-zero offset #583

Closed erwei-xilinx closed 3 months ago

erwei-xilinx commented 3 months ago

Otherwise the repeat count isn't really doing anything useful, because the BD has an implicit while-true around it.