@@ -18,7 +18,7 @@ transform.with_pdl_patterns {
18
18
^bb1 (%arg1: !pdl.operation ):
19
19
%0 = transform.structured.match ops {[" linalg.dot" ]} in %arg1
20
20
%1 = get_closest_isolated_parent %0
21
- %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns = true }
21
+ %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns }
22
22
}
23
23
}
24
24
@@ -40,7 +40,7 @@ transform.with_pdl_patterns {
40
40
^bb1 (%arg1: !pdl.operation ):
41
41
%0 = transform.structured.match ops {[" linalg.matvec" ]} in %arg1
42
42
%1 = get_closest_isolated_parent %0
43
- %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns = true }
43
+ %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns }
44
44
}
45
45
}
46
46
@@ -61,7 +61,7 @@ transform.with_pdl_patterns {
61
61
^bb1 (%arg1: !pdl.operation ):
62
62
%0 = transform.structured.match ops {[" linalg.matmul" ]} in %arg1
63
63
%1 = get_closest_isolated_parent %0
64
- %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns = true }
64
+ %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns }
65
65
}
66
66
}
67
67
@@ -83,7 +83,7 @@ transform.with_pdl_patterns {
83
83
^bb1 (%arg1: !pdl.operation ):
84
84
%0 = transform.structured.match ops {[" linalg.batch_matmul" ]} in %arg1
85
85
%1 = get_closest_isolated_parent %0
86
- %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns = true }
86
+ %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns }
87
87
}
88
88
}
89
89
@@ -126,7 +126,7 @@ transform.with_pdl_patterns {
126
126
^bb1 (%arg1: !pdl.operation ):
127
127
%0 = transform.structured.match ops {[" linalg.generic" ]} in %arg1
128
128
%1 = get_closest_isolated_parent %0
129
- %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns = true , disable_transfer_permutation_map_lowering_patterns = true }
129
+ %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns , disable_transfer_permutation_map_lowering_patterns }
130
130
}
131
131
}
132
132
@@ -169,7 +169,7 @@ transform.with_pdl_patterns {
169
169
^bb1 (%arg1: !pdl.operation ):
170
170
%0 = transform.structured.match ops {[" linalg.generic" ]} in %arg1
171
171
%1 = get_closest_isolated_parent %0
172
- %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns = true , disable_transfer_permutation_map_lowering_patterns = true }
172
+ %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns , disable_transfer_permutation_map_lowering_patterns }
173
173
}
174
174
}
175
175
@@ -199,7 +199,7 @@ transform.with_pdl_patterns {
199
199
^bb1 (%arg1: !pdl.operation ):
200
200
%0 = transform.structured.match ops {[" linalg.generic" ]} in %arg1
201
201
%1 = get_closest_isolated_parent %0
202
- %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns = true , disable_transfer_permutation_map_lowering_patterns = true }
202
+ %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns , disable_transfer_permutation_map_lowering_patterns }
203
203
}
204
204
}
205
205
@@ -242,7 +242,7 @@ transform.with_pdl_patterns {
242
242
^bb1 (%arg1: !pdl.operation ):
243
243
%0 = transform.structured.match ops {[" linalg.generic" ]} in %arg1
244
244
%1 = get_closest_isolated_parent %0
245
- %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns = true , disable_transfer_permutation_map_lowering_patterns = true }
245
+ %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns , disable_transfer_permutation_map_lowering_patterns }
246
246
}
247
247
}
248
248
@@ -265,7 +265,7 @@ transform.with_pdl_patterns {
265
265
^bb1 (%arg1: !pdl.operation ):
266
266
%0 = transform.structured.match ops {[" linalg.matmul" ]} in %arg1
267
267
%1 = get_closest_isolated_parent %0
268
- %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns = true }
268
+ %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns }
269
269
}
270
270
}
271
271
@@ -553,7 +553,7 @@ transform.with_pdl_patterns {
553
553
^bb1 (%arg1: !pdl.operation ):
554
554
%0 = transform.structured.match ops {[" linalg.generic" ]} in %arg1
555
555
%1 = get_closest_isolated_parent %0
556
- %2 = transform.structured.vectorize %1 {disable_transfer_permutation_map_lowering_patterns = true }
556
+ %2 = transform.structured.vectorize %1 { disable_transfer_permutation_map_lowering_patterns }
557
557
}
558
558
}
559
559
@@ -647,7 +647,7 @@ transform.with_pdl_patterns {
647
647
^bb1 (%arg1: !pdl.operation ):
648
648
%0 = transform.structured.match ops {[" linalg.generic" ]} in %arg1
649
649
%1 = get_closest_isolated_parent %0
650
- %2 = transform.structured.vectorize %1 { disable_transfer_permutation_map_lowering_patterns = true }
650
+ %2 = transform.structured.vectorize %1 { disable_transfer_permutation_map_lowering_patterns }
651
651
}
652
652
}
653
653
@@ -694,7 +694,7 @@ transform.with_pdl_patterns {
694
694
^bb1 (%arg1: !pdl.operation ):
695
695
%0 = transform.structured.match ops {[" linalg.generic" ]} in %arg1
696
696
%1 = get_closest_isolated_parent %0
697
- %2 = transform.structured.vectorize %1 {disable_transfer_permutation_map_lowering_patterns = true }
697
+ %2 = transform.structured.vectorize %1 { disable_transfer_permutation_map_lowering_patterns }
698
698
}
699
699
}
700
700
@@ -740,7 +740,7 @@ transform.with_pdl_patterns {
740
740
^bb1 (%arg1: !pdl.operation ):
741
741
%0 = transform.structured.match ops {[" linalg.generic" ]} in %arg1
742
742
%1 = get_closest_isolated_parent %0
743
- %2 = transform.structured.vectorize %1 {disable_transfer_permutation_map_lowering_patterns = true }
743
+ %2 = transform.structured.vectorize %1 { disable_transfer_permutation_map_lowering_patterns }
744
744
}
745
745
}
746
746
@@ -775,7 +775,7 @@ transform.with_pdl_patterns {
775
775
^bb1 (%arg1: !pdl.operation ):
776
776
%0 = transform.structured.match ops {[" linalg.matmul" ]} in %arg1
777
777
%1 = get_closest_isolated_parent %0
778
- %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns = true , disable_transfer_permutation_map_lowering_patterns = true }
778
+ %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns , disable_transfer_permutation_map_lowering_patterns }
779
779
}
780
780
}
781
781
@@ -807,7 +807,7 @@ transform.with_pdl_patterns {
807
807
^bb1 (%arg1: !pdl.operation ):
808
808
%0 = transform.structured.match ops {[" tensor.pad" ]} in %arg1
809
809
%1 = get_closest_isolated_parent %0
810
- %2 = transform.structured.vectorize %1 { vectorize_padding = true }
810
+ %2 = transform.structured.vectorize %1 { vectorize_padding }
811
811
}
812
812
}
813
813
@@ -839,7 +839,7 @@ transform.with_pdl_patterns {
839
839
^bb1 (%arg1: !pdl.operation ):
840
840
%0 = transform.structured.match ops {[" tensor.pad" ]} in %arg1
841
841
%1 = get_closest_isolated_parent %0
842
- %2 = transform.structured.vectorize %1 { vectorize_padding = true }
842
+ %2 = transform.structured.vectorize %1 { vectorize_padding }
843
843
}
844
844
}
845
845
@@ -879,7 +879,7 @@ transform.with_pdl_patterns {
879
879
^bb1 (%arg1: !pdl.operation ):
880
880
%0 = transform.structured.match ops {[" tensor.pad" ]} in %arg1
881
881
%1 = get_closest_isolated_parent %0
882
- %2 = transform.structured.vectorize %1 { vectorize_padding = true }
882
+ %2 = transform.structured.vectorize %1 { vectorize_padding }
883
883
}
884
884
}
885
885
@@ -913,7 +913,7 @@ transform.with_pdl_patterns {
913
913
^bb1 (%arg1: !pdl.operation ):
914
914
%0 = transform.structured.match ops {[" tensor.pad" ]} in %arg1
915
915
%1 = get_closest_isolated_parent %0
916
- %2 = transform.structured.vectorize %1 { vectorize_padding = true }
916
+ %2 = transform.structured.vectorize %1 { vectorize_padding }
917
917
}
918
918
}
919
919
@@ -949,7 +949,7 @@ transform.with_pdl_patterns {
949
949
^bb1 (%arg1: !pdl.operation ):
950
950
%3 = transform.structured.match ops {[" tensor.pad" ]} in %arg1
951
951
%4 = get_closest_isolated_parent %3
952
- %5 = transform.structured.vectorize %4 { vectorize_padding = true }
952
+ %5 = transform.structured.vectorize %4 { vectorize_padding }
953
953
}
954
954
}
955
955
@@ -989,7 +989,7 @@ transform.with_pdl_patterns {
989
989
^bb1 (%arg1: !pdl.operation ):
990
990
%3 = transform.structured.match ops {[" tensor.pad" ]} in %arg1
991
991
%4 = get_closest_isolated_parent %3
992
- %5 = transform.structured.vectorize %4 { vectorize_padding = true }
992
+ %5 = transform.structured.vectorize %4 { vectorize_padding }
993
993
}
994
994
}
995
995
@@ -1026,7 +1026,7 @@ transform.with_pdl_patterns {
1026
1026
^bb1 (%arg1: !pdl.operation ):
1027
1027
%3 = transform.structured.match ops {[" tensor.pad" ]} in %arg1
1028
1028
%4 = get_closest_isolated_parent %3
1029
- %5 = transform.structured.vectorize %4 { vectorize_padding = true }
1029
+ %5 = transform.structured.vectorize %4 { vectorize_padding }
1030
1030
}
1031
1031
}
1032
1032
@@ -1097,7 +1097,7 @@ transform.with_pdl_patterns {
1097
1097
^bb1 (%arg1: !pdl.operation ):
1098
1098
%3 = transform.structured.match ops {[" tensor.pad" ]} in %arg1
1099
1099
%4 = get_closest_isolated_parent %3
1100
- %5 = transform.structured.vectorize %4 { vectorize_padding = true }
1100
+ %5 = transform.structured.vectorize %4 { vectorize_padding }
1101
1101
}
1102
1102
}
1103
1103
@@ -1183,7 +1183,7 @@ transform.with_pdl_patterns {
1183
1183
^bb1 (%arg1: !pdl.operation ):
1184
1184
%3 = transform.structured.match ops {[" linalg.generic" ]} in %arg1
1185
1185
%4 = get_closest_isolated_parent %3
1186
- %5 = transform.structured.vectorize %4 { disable_multi_reduction_to_contract_patterns = true , disable_transfer_permutation_map_lowering_patterns = true }
1186
+ %5 = transform.structured.vectorize %4 { disable_multi_reduction_to_contract_patterns , disable_transfer_permutation_map_lowering_patterns }
1187
1187
}
1188
1188
}
1189
1189
@@ -1216,7 +1216,7 @@ transform.with_pdl_patterns {
1216
1216
^bb1 (%arg1: !pdl.operation ):
1217
1217
%3 = transform.structured.match ops {[" linalg.generic" ]} in %arg1
1218
1218
%4 = get_closest_isolated_parent %3
1219
- %5 = transform.structured.vectorize %4 { vectorize_padding = true }
1219
+ %5 = transform.structured.vectorize %4 { vectorize_padding }
1220
1220
}
1221
1221
}
1222
1222
@@ -1586,6 +1586,6 @@ transform.with_pdl_patterns {
1586
1586
^bb1 (%arg1: !pdl.operation ):
1587
1587
%0 = transform.structured.match ops {[" linalg.generic" ]} in %arg1
1588
1588
%1 = get_closest_isolated_parent %0
1589
- %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns = true , disable_transfer_permutation_map_lowering_patterns = true }
1589
+ %2 = transform.structured.vectorize %1 { disable_multi_reduction_to_contract_patterns , disable_transfer_permutation_map_lowering_patterns }
1590
1590
}
1591
- }
1591
+ }
0 commit comments