nod-ai / iree-amd-aie

IREE plugin repository for the AMD AIE accelerator
Apache License 2.0
45 stars 23 forks source link

Add pass to convert scf.forall to scf.for within aie.core ops #469

Closed jtuyls closed 6 days ago

jtuyls commented 6 days ago

Adds a small utility for converting scf.forall operations inside aie.core to scf.for. This is a workaround for correct lowering through the AIE backend (otherwise, we get numerical errors).