← 返回事件
持续讨论AI发版

ciflow/torchtitan/198536: [DTensor] Migrate unbind sharding propagation to single-dim strategy

发生了什么

aten.unbind.int used a legacy op strategy that enumerated the input's existing sharding candidates and raised RuntimeError whenever the unbind dim was sharded, instead of redistributing. It also recorded an all-zero redistribute cost matrix, understating redistribution cost. Replace it with a single-dim strategy mirroring split: shard rules for every dim except the unbind dim (output placeholder shifted down by one…

摘要按规则整理自下方来源原文

为什么在扩散

来源