NIEK2-0096

① SA Source

  • Source: 開啟完整 SA 文章
  • Section: GPU and LPU Integration: Attention FFN Disaggregation (AFD)
  • Line hint: 85

Context Before

image

Source: Nvidia

Evidence

Now with an understanding of what LPUs are good for we can understand how they fit into inference setups. NVIDIA introduced LPUs to improve the performance of high interactivity scenarios. In those scenarios, LPUs can leverage their low-latency capabilities to improve the decode phase latencies. One way LPUs can improve decode phase latencies is by applying the Attention FFN Disaggregation (AFD) technique, introduced in MegaScale-Infer and Step-3 .

Context After

As we explained in our InferenceX article , LLM inference involves two phases: prefill and decode. Prefill processes the full input context: It is compute-intensive, which is suitable for GPUs. On the other hand, decode predicts new tokens and is memory-bounded. Decode is latency-sensitive because the model predicts new tokens one by one, and LPU’s high SRAM bandwidth and low-latency capabilities can help accelerate this iterative process.

image

② Atomic Claim

LPU 改善 decode 延遲的一種方式,是採用 Attention FFN Disaggregation(AFD)技術;此技術最早見於 MegaScale-Infer 與 Step-3。

  • Epistemic Mode: ASSERTED
  • Mapping Status: PARTIAL

③ Semantic Frame

{
  "frame_type": "NARY_RELATION",
  "participants": [
    {
      "node": {
        "id": "04_knowledge_base/Decode",
        "label": "decode"
      },
      "role": "user_or_subject"
    },
    {
      "node": {
        "id": "04_knowledge_base/Feed-forward Network",
        "label": "FFN"
      },
      "role": "used_entity"
    },
    {
      "node": {
        "id": "04_knowledge_base/Attention-FFN Disaggregation (AFD)",
        "label": "AFD"
      },
      "role": "used_entity"
    },
    {
      "node": {
        "id": "04_knowledge_base/MegaScale-Infer",
        "label": "MegaScale-Infer"
      },
      "role": "used_entity"
    }
  ],
  "qualifiers": {
    "condition_text": null,
    "numeric_mentions": [
      "3"
    ],
    "temporal_mentions": []
  },
  "relation_type": "USES"
}

④ Canonical Entity Mapping

RoleSurface LabelCanonical Target
user_or_subjectdecodeDecode
used_entityFFN04_knowledge_base/Feed-forward Network
used_entityAFD04_knowledge_base/Attention-FFN Disaggregation (AFD)
used_entityMegaScale-InferMegaScale-Infer

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