IX2-0494

① SA Source

  • Source: 開啟完整 SA 文章
  • Section: Optimizing Inference with Wide EP + Disaggregated Serving
  • Line hint: 698

Context Before

Source: SemiAnalysis InferenceX

We observe the same general pattern when extending to wide EP with disaggregated prefill. Prefill and decode run with separate parallelism strategies and node counts, both tuned to the workload and target interactivity level. Take an 8k/1k workload (prefill heavy) at the high-throughput, low-interactivity end of the frontier. Prefill is the bottleneck as each request requires a forward pass of 8192 input tokens, which is computationally expensive. Recipes in this region allocate more prefill nodes than decode (4P1D, 7P2D, 4P3D) to sustain high prefill throughput. These prefill nodes run DEP configurations, replicating attention weights across independent data-parallel ranks so that multiple long-context prefills can be processed simultaneously. Decode nodes are fewer but run wide DEP with large batch sizes by the same principle as with single node.

Evidence

On the low interactivity end of the frontier, there are fewer concurrent requests in flight, so a single prefill instance can keep pace with incoming demand

Context After

image

image

② Atomic Claim

在 frontier 的低 interactivity 端,同時進行中的 requests 較少,因此單一 prefill instance 就能跟上 incoming demand。

  • Epistemic Mode: ASSERTED
  • Mapping Status: PARTIAL

③ Semantic Frame

{
  "comparison_expression": "在 frontier 的低 interactivity 端,同時進行中的 requests 較少,因此單一 prefill instance 就能跟上 incoming demand。",
  "entities": [
    {
      "id": "04_knowledge_base/Prefill",
      "label": "prefill"
    }
  ],
  "frame_type": "COMPARISON",
  "metric": "INTERACTIVITY",
  "operator": "UNSPECIFIED_COMPARISON",
  "qualifiers": {
    "condition_text": null,
    "numeric_mentions": [],
    "temporal_mentions": []
  }
}

④ Canonical Entity Mapping

RoleSurface LabelCanonical Target
comparison_entity_0prefillPrefill

⑤ 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 才是正式決策。