nod-ai / iree-amd-aie

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

Retrieve numArbiters and numMSels from device model #805

Closed jtuyls closed 1 month ago

jtuyls commented 1 month ago

Removes the hardcoded numArbiters and numMSels and retrieves it from the device model instead. I wasn't able though to find it in a retrievable way inside aie-rt, so I created a separate AMDAIEDeviceConfig struct for such cases.