nod-ai / iree-amd-aie

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

[Insert-Loops-For-Vec] Update insert-loops-for-vectorization pass #854

Closed Abhishek-Varma closed 3 weeks ago

Abhishek-Varma commented 1 month ago

-- This commit makes the following updates to insert-loops-for-vectorization pass. -- It makes it to work on bufferized inputs. -- It also involves update pertaining to collapsing unit dimensions of a candidate generic op. -- Also involves coalescing of the loops generated for tiles. -- This is the first logically grouped PR needed to make Matmul + Truncf work for larger shape, and also unblock other outstanding/dependent PR like https://github.com/nod-ai/iree-amd-aie/pull/846

Signed-off-by: Abhishek Varma abhvarma@amd.com

Abhishek-Varma commented 3 weeks ago

Closing as this is handled by https://github.com/nod-ai/iree-amd-aie/pull/856