IX2-0208
① SA Source
- Source: 開啟完整 SA 文章
- Section:
Nvidia Disagg Prefill and WideEP - Line hint:
368
Context Before
NVLink domain (within the NVL72 rack): 72 GPUs connected via NVLink with 900 GB/s uni-directional bandwidth per GPU. This is roughly 7-10x the bandwidth of the InfiniBand/Ethernet based scale-out network.
Evidence
InfiniBand/RoCEv2 Ethernet (outside of the NVL72 rack): Typically 400-800 Gbit/s per GPU uni-directional (50-100 GB/s)
Context After
TP shards every layer’s weight matrices across GPUs. This means that every single token at every single layer requires up to two all-reduce communications (one after the column-parallel GEMM, one after the row-parallel GEMM). For EP, all-to-all is done only at MoE layers. Each GPU sends only the tokens routed to each expert. This means cheaper comms across all layers for EP vs TP.
Because EP’s all-to-all communication bandwidth requirements scale with the number of participants, staying within the high-bandwidth NVLink domain before having to cross the slower IB/Eth fabric is better. With NVL72, EP across 72 GPUs is possible without ever leaving NVLink, whereas previous generations (with only 8-GPU NVLink domains) could only do EP across 8 GPUs at NVLink speed before hitting the slower IB/Eth networks.
② Atomic Claim
在 NVL72 機櫃外,InfiniBand/RoCEv2 Ethernet 通常每顆 GPU 提供 400~800 Gbit/s uni-directional,也就是約 50~100 GB/s。
- Epistemic Mode:
ASSERTED - Mapping Status:
PARTIAL
③ Semantic Frame
{
"frame_type": "NARY_RELATION",
"participants": [
{
"node": {
"id": "04_knowledge_base/InfiniBand",
"label": "InfiniBand"
},
"role": "subject"
},
{
"node": {
"id": "04_knowledge_base/RoCEv2",
"label": "RoCEv2"
},
"role": "participant"
},
{
"node": {
"id": "04_knowledge_base/Ethernet",
"label": "Ethernet"
},
"role": "participant"
},
{
"node": {
"id": "04_knowledge_base/GPU",
"label": "GPU"
},
"role": "participant"
},
{
"node": {
"id": "04_knowledge_base/100G",
"label": "100 GB/s"
},
"role": "participant"
}
],
"qualifiers": {
"condition_text": null,
"numeric_mentions": [
"400",
"800 Gb",
"50",
"100 GB/s"
],
"temporal_mentions": []
},
"relation_type": "PROVIDES"
}④ Canonical Entity Mapping
| Role | Surface Label | Canonical Target |
|---|---|---|
| subject | InfiniBand | InfiniBand |
| participant | RoCEv2 | RoCEv2 |
| participant | Ethernet | Ethernet |
| participant | GPU | GPU |
| participant | 100 GB/s | 100G |
⑤ Human Review
請在 Properties 逐項確認:
- 原文 → Atomic Claim 是否忠實
- Atomic Claim → Semantic Frame 是否忠實
- Canonical Entity mapping 是否正確
- Epistemic mode 是否保留原文語氣
- 最後選擇
review_action
Review state
Markdown 內文不是正式 approval。只有 Apply bridge 寫入的 Decision Ledger event 才是正式決策。