[Mlir-commits] [mlir] [mlir][ArmNeon] Add linalg.matmul e2e tests (PR #212809)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Aug 6 11:52:45 PDT 2026


================

----------------
banach-space wrote:

> Sorry to bother you, but do you have any suggestions for doing this?

The easiest thing would be to add CMake logic along the lines of (sorry, very crude pseudo code):
```
if run_i8mm_e2e tests
  if os == Linux || arm_emulator_set
     run i8mm e2d tests
endif
```

>  Is there any documentation on it somewhere?

Just the existing CMake code :)

> Genuinely speaking, should we do this in this PR? :D

No :) I always try to make sure that a single patch implements single functionality. In LLVM we prioritise incremental development, through small self-contained patches.

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


More information about the Mlir-commits mailing list