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

ciflow/rocm-preview/192524: [c10d] Scope the symmetric-memory lifecycle review fixes to ROCm

发生了什么

A review pass over the previous commit found residual defects in the symmetric-memory registry lifecycle. All of them share one root cause: ncclComm_t addresses are recycled. A process group's predecessor is destroyed before its successor is created, so the allocator routinely hands the successor the predecessor's address, and any bookkeeping that identifies a registration by pointer alone cannot tell the two apart.…

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

为什么在扩散

来源