#47589 [Bugfix][Distributed] Delegate MNNVL allreduce one-shot selection
原始 PR · 作者 jesco-absolut · 合并时间 2026-07-06 22:47
修复 MNNVL 工作区与 one-shot 选择不匹配
该 PR 值得精读,尤其是 `_select_flashinfer_allreduce_use_oneshot` 的设计体现了 backend 感知的策略委托模式,以及 `trigger_completion_at_end` 参数与 one-shot 的耦合关系。测试覆盖了关键的边界情况,包括 device_capability 为 None 时的回退。
参与讨论