Xilinx / mlir-aie

An MLIR-based toolchain for AMD AI Engine-enabled devices.
Other
288 stars 82 forks source link

[aie.objectfifo.link] Enable multiple consumers with dimensionsToStream #1550

Closed jtuyls closed 3 months ago

jtuyls commented 3 months ago

Removes an unnecessary check on ObjectFifoLinkOp emitting an error on multiple consumer objectFifos with dimensionsToStream set. The codegen for this is actually supported as demonstrated by the added and updated tests.