nod-ai / iree-amd-aie

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

[CreateLogicalObjFifoLink] Refactor unsafe walk for non-zero offset removal #739

Closed jtuyls closed 2 months ago

jtuyls commented 2 months ago

In a larger change to start extracting aie.flow ops from AMDAIEStatefulTransform, I ran into a segfault issue inside the walk to remove non-zero offsets. I extracted the fix from that effort to reduce the scope of that PR.