[Mlir-commits] [mlir] [mlir][test] Make SME e2e tests require an emulator (PR #86489)

Andrzej Warzyński llvmlistbot at llvm.org
Mon Apr 1 09:06:22 PDT 2024


banach-space wrote:

Thanks for the pointers Cullen, that was very helpful! I've re-implemented this PR - please check the most recent commit:
* https://github.com/llvm/llvm-project/pull/86489/commits/af5a2cc7977b7d60ac91199e4b748fbeb04b9973

> >I don't know how to reliably query hardware,
> 
> Have cmake compile an input file, run it, and check the result?

👍🏻 I have found _a solution_, but as hinted in the commit msg it's quite specific to Arm CPUs running on Linux. I can extend that to Android once/if required, but supporting other non-Arm hardware will require input from experts that actually know it 😅 

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


More information about the Mlir-commits mailing list