Skip to content

Commit bd1a6c7

Browse files
make pooling_ncw_max_fill_fuse test apply_cleanup = false
1 parent 372b16c commit bd1a6c7

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+
%tiled_pool, %loops0:4 = transform.structured.fuse %0 {tile_sizes = [1, 16, 1, 1], apply_cleanup = false}
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)