We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492b609 commit 3233c94Copy full SHA for 3233c94
mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/pack-unpack-mmt4d.mlir
@@ -2,7 +2,7 @@
2
// DEFINE: -transform-interpreter -test-transform-dialect-erase-schedule \
3
// DEFINE: -cse -canonicalize -test-lower-to-llvm
4
// DEFINE: %{entry_point} = main
5
-// DEFINE: %{run} = mlir-runner -e %{entry_point} -entry-point-result=void \
+// DEFINE: %{run} = %mcr_aarch64_cmd -e %{entry_point} -entry-point-result=void --march=aarch64 --mattr="+sve"\
6
// DEFINE: -shared-libs=%mlir_runner_utils,%mlir_c_runner_utils
7
8
// RUN: %{compile} | %{run} | FileCheck %s
0 commit comments