nod-ai / iree-amd-aie

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

Bump IREE and upgrade runtime #753

Closed makslevental closed 2 months ago

makslevental commented 2 months ago

This PR makes the minimal changes to comply with https://github.com/iree-org/iree/commit/9bbc926a66f5e986c596ce481ad7f05b297f9ade and then also bumps IREE to tip (or close enough). Note, I did this by "following my nose", i.e., deleting things that have disappeared from IREE and then diffing against the (upstream) Vulkan HAL. Thus, I do not guarantee that this is the minimal HAL, just the minimal delta between what we have now and what works. I think there's not much risk of some misstep here coming back to haunt me/us because we'll be off XRT soon.

Fixes https://github.com/nod-ai/iree-amd-aie/issues/751

Note, I had to bump locally to

XRT
  Version              : 2.18.0
  Branch               : HEAD
  Hash                 : 476f42f419bbc5d1545aded3627f03c1c2f1336e
  amdxdna              : 2.18.0_20240909, b09ec43d602978a46c0f26a86e74a4ed4480ac31
  NPU Firmware Version : 1.4.2.313

to get this to work locally. Not sure what keeps changing between these XRT/XDNA versions :shrug: