nod-ai / iree-amd-aie

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

Rename in-tree AIE passes to AMDAIE #479

Closed makslevental closed 5 days ago

makslevental commented 5 days ago

This PR renames all of the in-tree AIE* passes to AMDAIE* in order to prevent collision with the temporarily added out-of-tree AIE* passes added in https://github.com/nod-ai/iree-amd-aie/pull/459.

Note, in order to do this and actually change/affect/tweak the CLI args, you/we/I have to add the minimal amount of boilerplate that comes from tablegen for each pass.

Just want to stress/reiterate: this will all disappear completely as soon as we move to using only in-tree lowerings.

Fixes https://github.com/nod-ai/iree-amd-aie/issues/477 by moving them to use in-tree passes.

nirvedhmeshram commented 5 days ago

@makslevental since you asked offline if I see any existing dependency issues. Just wanted to say I could not find any so I think this is safe to land.