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
[zephyr] Drop dead output_shard_count handling in non-scatter regroup
stage.output_shards is only ever set on Scatter (via group_by) and
Reshard stages, and Reshard short-circuits before reaching
_regroup_result_refs. The non-scatter branch's max-with-output_shard_count
was dead code suggesting semantics that don't exist; resharding belongs
to ReshardOp.
0 commit comments