Closed jtuyls closed 2 weeks ago
Ok, thanks for triaging @jtuyls. I can definitely believe that #867 introduced the regression. I'll take a look this morning.
A bit concerning that the regression was so high, suggests there'll be more work than I expected to get convolution performance up. Future problem.
We're seeing performance regression on vectorized matmul, likely caused by the following PR: https://github.com/nod-ai/iree-amd-aie/pull/867, see table below:
Matmul problem size: 512x512x4096 (MxKxN) Array configuration: 2x2 Vectorization or ukernel or scalar: Vectorization
@newling