[Mlir-commits] [mlir] [MLIR][AArch64] Add integration test for lowering of `vector.contract` to Neon FEAT_I8MM (PR #144699)
Momchil Velikov
llvmlistbot at llvm.org
Thu Jun 26 03:43:56 PDT 2025
momchil-velikov wrote:
> Overall LGTM, but I have one request. Could you unify the input data between SVE and NEON? I am happy for actual code to be duplicated.
Data made the same.
> Btw, could you share how you generated the expected output? If that's some short numpy snippet, could you include it for future reference? (should these tests start to fail)
As discussed offline I randomly generated data with something like `B = np.random.randint(-10, 10, size=(4, 8))`, but don't have and no longer remember the parameters and the order of genetarion for each individual matrix.
https://github.com/llvm/llvm-project/pull/144699
More information about the Mlir-commits
mailing list