English

HexiScale: Facilitating Large Language Model Training over Heterogeneous Hardware

Distributed, Parallel, and Cluster Computing 2026-05-14 v3

Abstract

Training large language models (LLMs) is a computationally intensive task, which is typically conducted in data centers with homogeneous high-performance GPUs. In this paper, we explore an alternative approach by deploying training computations across heterogeneous GPUs to enable better flexibility and efficiency for heterogeneous resource utilization. Toward this end, we propose a novel system, HexiScale, that can flexibly support asymmetric partition of training computations in the scope of data-, pipeline-, and tensor model parallelism. We further formalize the allocation of asymmetric partitioned training computations over a set of heterogeneous GPUs as a constrained optimization problem and propose an efficient hierarchical graph partitioning algorithm. Our approach effectively allocates training computations across heterogeneous GPUs, fully leveraging the available computational power. We compare the performance of HexiScale with state-of-the-art homogeneous and heterogeneous training systems. When training LLMs at different scales (from 7B to 30B), empirical results demonstrate that: (i) compared to state-of-the-art homogeneous baselines running over homogeneous GPUs, HexiScale achieves similar performance when running over heterogeneous GPUs with the same theoretical FLOPS; (ii) compared to state-of-the-art heterogeneous baselines running on the same heterogeneous clusters, HexiScale delivers 1.5×1.5\times to 2.4×2.4\times higher throughput.

Keywords

Cite

@article{arxiv.2409.01143,
  title  = {HexiScale: Facilitating Large Language Model Training over Heterogeneous Hardware},
  author = {Ran Yan and Youhe Jiang and Xiaonan Nie and Fangcheng Fu and Bin Cui and Binhang Yuan},
  journal= {arXiv preprint arXiv:2409.01143},
  year   = {2026}
}

Comments

MLSys 2026

R2 v1 2026-06-28T18:31:20.797Z