[Mlir-commits] [mlir] [mlir][test] Make SME e2e tests require an emulator (PR #86489)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Mar 27 14:13:14 PDT 2024
banach-space wrote:
> > So perhaps mlir-cpu-runner should query the host? But then I'm not sure how to "mix" that with potential emulation.
>
> The lit feature could be "support-sme" and would be a combination of "HW has native support" OR "the emulator is provided"?
Sure, but I wouldn't try mixing `mlir-cpu-runner` with LIT features - these things are orthogonal. What I had in mind is to make `mlir-cpu-runner` query the host via a syscall or something similar. Option 2 (LIT + CMake) feels more natural to me.
https://github.com/llvm/llvm-project/pull/86489
More information about the Mlir-commits
mailing list