[Mlir-commits] [mlir] [MLIR][test] Run Integration tests for CPU using qemu-aarch64 (PR #101568)

Zhaoshi Zheng llvmlistbot at llvm.org
Thu Aug 15 10:52:04 PDT 2024


================
@@ -11,6 +11,12 @@ if config.mlir_run_arm_sve_tests:
     config.substitutions.append(
         ("%VLA_ARCH_ATTR_OPTIONS", '--march=aarch64 --mattr="+sve"')
     )
+    config.substitutions.append(
+        (
+            "%mlir_native_utils_lib_dir",
+            config.arm_emulator_utils_lib_dir or config.mlir_lib_dir,
+        )
+    )
----------------
zhaoshiz wrote:

nice catch. I also updated comments about UNSUPPORTing the tests on Windows.

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


More information about the Mlir-commits mailing list