Skip to content

Commit 2b08169

Browse files
committed
fixup! [mlir][SVE] Add an e2e test for vectorization of linalg.matmul
Use CHECK-NEXT
1 parent bd61b2c commit 2b08169

File tree

1 file changed

+2
-1
lines changed
  • mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE

1 file changed

+2
-1
lines changed

mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ func.func @entry() {
3333
// Hence, when checking the outupt there will always be at least 4 elements
3434
// in every row. For implementations with wider vectors, you should see more
3535
// elements being printed.
36-
// CHECK: [9.8596, 9.8596, 9.8596, 9.8596
36+
// CHECK-NEXT: Unranked Memref {{.*}} rank = 2 offset = 0 sizes = [2, 16] strides = [16, 1] data =
37+
// CHECK-NEXT: [9.8596, 9.8596, 9.8596, 9.8596
3738
// CHECK-NEXT: [9.8596, 9.8596, 9.8596, 9.8596
3839

3940
%xf = tensor.cast %C_out : tensor<?x?xf32> to tensor<*xf32>

0 commit comments

Comments
 (0)