You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compiler.jl
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1015,8 +1015,8 @@ function optimization_passes(
1015
1015
"elementwise_pad",
1016
1016
"compare_negate_const_simplify",
1017
1017
"select_simplify",
1018
-
"concatenate_subtract_to_subtract_pad",
1019
-
"concatenate_broadcast_in_dim"
1018
+
"concatenate_subtract_to_subtract_pad",
1019
+
"concatenate_broadcast_in_dim",
1020
1020
],
1021
1021
)
1022
1022
@@ -1611,7 +1611,11 @@ function compile_mlir!(
1611
1611
1612
1612
recognize_comms =true
1613
1613
lower_comms =true
1614
-
if is_sharded && (compile_options.shardy_passes ==:to_mhlo_shardings|| compile_options.shardy_passes ==:post_sdy_propagation|| compile_options.shardy_passes isa ShardyPropagationOptions)
0 commit comments