IX2-0489

① SA Source

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

Context Before

image

Source: SemiAnalysis InferenceX

Evidence

Take an 8k/1k workload (prefill heavy) at the high-throughput, low-interactivity end of the frontier

Context After

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. Yet each request still requires 1024 decode steps, and at high interactivity those steps must be fast. Recipes in this region shift to more decode nodes than prefill (1P3D, 1P4D), with each decode instance running TEP at low batch size. Tensor parallelism on attention minimizes per-step latency by sharding the computation across all GPUs in the instance, while expert parallelism handles MoE routing at the moderate batch sizes where EP load balance is sufficient. Multiple small-batch decode instances, rather than fewer large-batch ones, keep per-token latency low while still providing enough concurrent serving capacity.

image

② Atomic Claim

例如 8k/1k、偏 prefill 的 workload,在 frontier 的高 throughput、低 interactivity 端。

  • Epistemic Mode: ASSERTED
  • Mapping Status: COMPLETE

③ Semantic Frame

{
  "attribute": "THROUGHPUT",
  "context_nodes": [],
  "entity": {
    "id": "04_knowledge_base/Prefill",
    "label": "prefill"
  },
  "frame_type": "ATTRIBUTE",
  "qualifiers": {
    "condition_text": null,
    "numeric_mentions": [
      "8k",
      "1k"
    ],
    "temporal_mentions": []
  },
  "value": {
    "numeric_mentions": [
      "8k",
      "1k"
    ],
    "value_text": "例如 8k/1k、偏 prefill 的 workload,在 frontier 的高 throughput、低 interactivity 端。"
  }
}

④ Canonical Entity Mapping

RoleSurface LabelCanonical Target
entityprefillPrefill

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