File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ PythonCall = "0.9"
90
90
Random = " 1.10"
91
91
Random123 = " 1.7"
92
92
ReactantCore = " 0.1.11"
93
- Reactant_jll = " 0.0.192 "
93
+ Reactant_jll = " 0.0.193 "
94
94
ScopedValues = " 1.3.0"
95
95
Scratch = " 1.2"
96
96
Sockets = " 1.10"
Original file line number Diff line number Diff line change @@ -935,8 +935,12 @@ function optimization_passes(;
935
935
" reduce_reduce" ,
936
936
" conj_real" ,
937
937
" select_broadcast_in_dim" ,
938
- # XXX : seems to be busted
939
- # "if_op_lift_common_ops",
938
+ " if_op_lift_common_ops" ,
939
+ " involution_neg_simplify" ,
940
+ " involution_conj_simplify" ,
941
+ " involution_not_simplify" ,
942
+ " real_conj_simplify" ,
943
+ " conj_complex_simplify" ,
940
944
# TODO we want to enable but may cause an infinite compile time
941
945
# "concat_to_onedim_dusslice",
942
946
]
You can’t perform that action at this time.
0 commit comments