arXiv:2509.21271cs.LGcs.DC2025-09被引 8

针对超芯片架构优化大模型训练,实现2.5倍吞吐提升

SuperOffload: Unleashing the Power of Large-Scale LLM Training on Superchips

  • 设计专为超芯片优化的动态权重卸载与分桶重划分机制
  • 单颗超芯片支持250亿参数模型训练,吞吐提升2.5倍
  • 适合追求极致算力利用的大规模模型训练团队

超芯片代表下一代AI硬件的重大进展,其将GPU与CPU紧密集成于同一封装中,提供前所未有的计算能力。然而,现有研究极少探讨大模型训练如何受益于这一新架构。本文首次系统研究基于卸载的超芯片大模型训练方案。发现超芯片与传统松耦合架构存在本质差异,需重新审视现有卸载假设。为此提出SuperOffload,一种面向超芯片的卸载系统,可高效协同使用Hopper GPU、Grace CPU与NVLink-C2C互连。通过自适应权重卸载、分桶重划分、超芯片感知类型转换、推测执行及针对Grace CPU优化的Adam优化器等技术实现高效协作。在NVIDIA GH200上评估显示,相比最先进卸载系统,吞吐最高提升2.5倍,单芯片可训练高达250亿参数模型并保持高训练吞吐。进一步结合ZeRO数据并行与DeepSpeed-Ulysses序列并行,可在8颗GH200上训练130亿参数模型,序列长度达100万tokens,达到55%的MFU。

原文摘要 · Abstract (English)

The emergence of Superchips represents a significant advancement in next-generation AI hardware. These Superchips employ a tightly coupled heterogeneous architecture that integrates GPU and CPU on the same package, which offers unprecedented computational power. However, there has been scant research investigating how LLM training benefits from this new architecture. In this work, for the first time, we study LLM training solutions based on offloading for Superchips. We observe important differences between Superchips and traditional loosely-coupled GPU-CPU architecture, which necessitate revisiting prevailing assumptions about offloading. Based on that, we present SuperOffload, a Superchip-centric offloading system that simultaneously uses Hopper GPU, Grace CPU, and NVLink-C2C interconnect more efficiently. SuperOffload accomplishes this via a combination of techniques, such as adaptive weight offloading, bucketization repartitioning, Superchip-aware casting, speculative execution, and a highly optimized Adam optimizer for Grace CPUs. Our evaluation of SuperOffload on NVIDIA GH200 demonstrates up to 2.5x throughput improvement compared to state-of-the-art offloading-based systems, enabling training of up to 25B model on a single Superchip while achieving high training throughput. We also extend SuperOffload with ZeRO-style data parallelism and DeepSpeed-Ulysses sequence parallelism, enabling training of 13B model with sequence lengths up to 1 million tokens on 8 GH200 while achieving 55% MFU.

大模型训练超芯片卸载优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。