[Mlir-commits] [mlir] [MLIR] Integration tests for lowering vector.contract to SVE FEAT_I8MM (PR #140573)

Momchil Velikov llvmlistbot at llvm.org
Thu Jun 12 07:31:20 PDT 2025


momchil-velikov wrote:

Thanks for the workaround, I applied it and finished the refactoring.

> 1. Why is the scalable dimension always [4]?

Initially, no reason other then keep test data from eating too much screen space.
However, I'm not convinced in the ability of LLVM to handle unnatural vector sizes, e.g. `<vscale x 2 x i32>` or `vscale x 6 x i32>`


https://github.com/llvm/llvm-project/pull/140573


More information about the Mlir-commits mailing list