nod-ai / iree-amd-aie

IREE plugin repository for the AMD AIE accelerator
Apache License 2.0
64 stars 29 forks source link

Add loop invariant code move to workgroup unroll and distribution pass #370

Closed jtuyls closed 4 months ago

jtuyls commented 4 months ago

This addition enables hoisting of DMA operations when there is a dependency on other operations (like e.g. affine.apply) that can be hoisted.