Skip to content

Commit

Permalink
fixup! [mlir][SVE] Add an e2e test for vectorization of linalg.matmul
Browse files Browse the repository at this point in the history
Use CHECK-NEXT
  • Loading branch information
banach-space committed Oct 26, 2023
1 parent bd61b2c commit 2b08169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ func.func @entry() {
// Hence, when checking the outupt there will always be at least 4 elements
// in every row. For implementations with wider vectors, you should see more
// elements being printed.
// CHECK: [9.8596, 9.8596, 9.8596, 9.8596
// CHECK-NEXT: Unranked Memref {{.*}} rank = 2 offset = 0 sizes = [2, 16] strides = [16, 1] data =
// CHECK-NEXT: [9.8596, 9.8596, 9.8596, 9.8596
// CHECK-NEXT: [9.8596, 9.8596, 9.8596, 9.8596

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

0 comments on commit 2b08169

Please sign in to comment.