nod-ai / iree-amd-aie

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

[WIP] Enable Temporary Alloc Bufferization pass #814

Closed Abhishek-Varma closed 1 month ago

Abhishek-Varma commented 1 month ago

This doesn't enable vectorization on elementwise and just with the temporary buffer -> amdaie.buffer.

I noticed my last local state was enabling vectorization on elementwise because I was trying to test Relu too once "Matmul + truncf" worked hence forgot to disable and went on to add changes to lit tests.

Adding this as WIP because I'll immediately try to add fixes for enabling vectorization on elementwise/Relu - so can just reuse the lit test changes that I added previously.

Abhishek-Varma commented 1 month ago

Closing this as it's already being taken care of by https://github.com/nod-ai/iree-amd-aie/pull/822