English

Joint Training on AMD and NVIDIA GPUs

Distributed, Parallel, and Cluster Computing 2026-02-23 v1

Abstract

As large language models continue to scale, training demands on compute and system capacity grow rapidly, making single-vendor homogeneous clusters insufficient. This paper presents a technical solution for heterogeneous mixed training in AMD-NVIDIA environments. We first adopt a compatibility-oriented approach based on CPU-Forwarding Communication, with differentiated communication back-end selection across parallel groups and multi-NIC parallel data transfer. To achieve higher performance, we further propose another Device-Direct Communication approach, integrating a CPU-offloading P2P mechanism to enable direct cross-vendor GPU data transfer without host-memory staging. Experiments on LLaMA-8B and Qwen2-7B demonstrate that the proposed Device-Direct Communication approach achieves up to 98% of the throughput of an NVIDIA homogeneous system, while preserving training stability and correctness.

Keywords

Cite

@article{arxiv.2602.18007,
  title  = {Joint Training on AMD and NVIDIA GPUs},
  author = {Jon Hu and Thomas Jia and Jing Zhu and Zhendong Yu},
  journal= {arXiv preprint arXiv:2602.18007},
  year   = {2026}
}
R2 v1 2026-07-01T10:43:52.493Z