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.
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
to get this to work locally. Not sure what keeps changing between these XRT/XDNA versions :shrug: