nod-ai / iree-amd-aie

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

Delete StatefulTransform and move logic into AMDAIE passes #784

Closed jtuyls closed 2 months ago

jtuyls commented 2 months ago

This PR removes AMDAIEStatefulTransform and AMDAIEAssignLockIDs by moving logic into AMDAIEBufferization, AMDAIEAcquireReleaseToUseLock and AMDAIELowerToAIE. This gets rid of an intermediate layer of logic operating on aie.objectfifo by going from logical objectFifos directly to aie.buffer. This reduces the overall amount of code/complexity needed to get to the same result.