Skip to content

Commit 4502dc4

Browse files
committed
[mlir][nfc] Remove leftover print stmt in a test
1 parent bf57105 commit 4502dc4

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ module attributes {transform.with_named_sequence} {
9898
// Step 1: Tile
9999
%tiled_matmul, %loops:3 = transform.structured.tile_using_for %matmul [2, [4], 1]
100100
: (!transform.any_op) -> (!transform.any_op, !transform.any_op, !transform.any_op, !transform.any_op)
101-
transform.print %tiled_matmul {name = "matmul lal"}: !transform.any_op
102101

103102
// Step 2: Vectorize
104103
transform.structured.vectorize %tiled_matmul vector_sizes [2, [4], 1] : !transform.any_op

0 commit comments

Comments
 (0)