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

Benjamin Maxwell llvmlistbot at llvm.org
Tue Aug 13 04:18:47 PDT 2024


================
@@ -29,7 +30,7 @@
 // Do the same run, but now with  VLA vectorization.
 // RUN: %if mlir_arm_sve_tests %{ %{compile_sve} | %{run_sve} | FileCheck %s %}
 
-// UNSUPPORTED: target=aarch64{{.*}}
+// UNSUPPORTED: mlir_arm_emulator
----------------
MacDue wrote:

I see now that these tests generally don't compile for AArch64 (unrelated to emulation). So, I think this should be something like `UNSUPPORTED: mlir_arm_emulator, target=aarch64{{.*}}`. 

i.e. supported under emulation and real hardware. 

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


More information about the Mlir-commits mailing list