File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -891,6 +891,13 @@ function optimization_passes(
891
891
" reshape_insertions_broadcast_in_dim_simplify" ,
892
892
" dot_general_reshape" ,
893
893
" diagonal_tensor_dot_general_rewrite" ,
894
+ " widen_wrap" ,
895
+ " widen_extend" ,
896
+ " elementwise_pad" ,
897
+ " compare_negate_const_simplify" ,
898
+ " select_simplify" ,
899
+ " concatenate_subtract_to_subtract_pad" ,
900
+ " concatenate_broadcast_in_dim" ,
894
901
]
895
902
896
903
if ! compile_options. disable_scatter_gather_optimization_passes
@@ -1010,13 +1017,6 @@ function optimization_passes(
1010
1017
" const_prop_through_barrier<16>" ,
1011
1018
" concat_const_prop<1>($max_constant_threshold )" ,
1012
1019
" dynamic_update_slice_const_prop($max_constant_threshold )" ,
1013
- " widen_wrap" ,
1014
- " widen_extend" ,
1015
- " elementwise_pad" ,
1016
- " compare_negate_const_simplify" ,
1017
- " select_simplify" ,
1018
- " concatenate_subtract_to_subtract_pad" ,
1019
- " concatenate_broadcast_in_dim" ,
1020
1020
],
1021
1021
)
1022
1022
You can’t perform that action at this time.
0 commit comments