nod-ai / iree-amd-aie

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

[ObjectFifo] Add a pass to combine logical objFifos for connection reuse #760

Open Abhishek-Varma opened 2 months ago

Abhishek-Varma commented 2 months ago

-- This commit adds a new pass --iree-amdaie-logical-objectfifos-for-connection-reuse. -- Essentially follows the narrative after splitting of logical objectFifos and is aimed to address point 4 of #644 .

Signed-off-by: Abhishek Varma abhvarma@amd.com

Abhishek-Varma commented 2 months ago

Will be addressing review comments from https://github.com/nod-ai/iree-amd-aie/pull/755#pullrequestreview-2289870920 along with a few known issues before marking this "ready for review".