Skip to content

Commit 3233c94

Browse files
authored
[mlir][test] Fix SVE e2e test (#160269)
The original RUN line assumed that we are running on a host with SVE. That's not necessarily the case. Failing bot: * https://lab.llvm.org/buildbot/#/builders/121/builds/1661
1 parent 492b609 commit 3233c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/pack-unpack-mmt4d.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// DEFINE: -transform-interpreter -test-transform-dialect-erase-schedule \
33
// DEFINE: -cse -canonicalize -test-lower-to-llvm
44
// DEFINE: %{entry_point} = main
5-
// DEFINE: %{run} = mlir-runner -e %{entry_point} -entry-point-result=void \
5+
// DEFINE: %{run} = %mcr_aarch64_cmd -e %{entry_point} -entry-point-result=void --march=aarch64 --mattr="+sve"\
66
// DEFINE: -shared-libs=%mlir_runner_utils,%mlir_c_runner_utils
77

88
// RUN: %{compile} | %{run} | FileCheck %s

0 commit comments

Comments
 (0)