nod-ai / iree-amd-aie

IREE plugin repository for the AMD AIE accelerator
Apache License 2.0
69 stars 30 forks source link

Refactor LogicalObjFifoSplittingUtils #910

Closed yzhang93 closed 1 day ago

yzhang93 commented 3 days ago

This PR made some necessary changes in LogicalObjFifoSplittingUtils for matmul-elementwise ops as preparation for another splitting usage in https://github.com/nod-ai/iree-amd-aie/pull/903. Specially, the utility to check if the L3->L2 dma is transposed on the L2 side is rewritten.