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

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Mar 26 04:42:08 PDT 2024


================
@@ -4,6 +4,10 @@ import sys
 if not config.mlir_run_arm_sme_tests:
     config.unsupported = True
 
+# With no hardware available, ArmSME tests require emulation.
+if not config.arm_emulator_executable:
+    config.unsupported = True
+
----------------
banach-space wrote:

Agreed, thanks! I've just updated this PR to use CMake instead.

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


More information about the Mlir-commits mailing list