nod-ai / iree-amd-aie

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

[CreateAIEWorkgroup] Remove unused buildForWorkgroupOp function #494

Closed jtuyls closed 1 week ago

jtuyls commented 1 week ago

Noticed this remaining piece of logic which is handling amdaie.workgroup inside the AMDAIECreateAIEWorkgroup pass, but is not needed anymore after https://github.com/nod-ai/iree-amd-aie/pull/406 as there shouldn't be any amdaie.workgroup ops inside the IR before this pass.