Skip to content

Commit 414a123

Browse files
fix test
1 parent e2d9db3 commit 414a123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Interfaces/TilingInterface/tile-and-fuse-using-interface.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ module attributes {transform.with_named_sequence} {
703703
transform.named_sequence @__transform_main(
704704
%arg0: !transform.any_op {transform.readonly}) {
705705
%0 = transform.structured.match ops{["linalg.pooling_ncw_max"]} in %arg0 : (!transform.any_op) -> !transform.any_op
706-
%tiled_pool, %loops0:4 = transform.structured.fuse %0 {tile_sizes = [1, 16, 1, 1], apply_cleanup = true}
706+
%a, %b, %c, %d, %e = transform.structured.fuse %0 tile_sizes [1, 16, 1, 1]
707707
: (!transform.any_op) -> (!transform.any_op, !transform.any_op, !transform.any_op, !transform.any_op, !transform.any_op)
708708
transform.yield
709709
}

0 commit comments

Comments
 (0)