-- 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
-- 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