English

DxPU: Large Scale Disaggregated GPU Pools in the Datacenter

Distributed, Parallel, and Cluster Computing 2023-10-10 v1

Abstract

The rapid adoption of AI and convenience offered by cloud services have resulted in the growing demands for GPUs in the cloud. Generally, GPUs are physically attached to host servers as PCIe devices. However, the fixed assembly combination of host servers and GPUs is extremely inefficient in resource utilization, upgrade, and maintenance. Due to these issues, the GPU disaggregation technique has been proposed to decouple GPUs from host servers. It aggregates GPUs into a pool, and allocates GPU node(s) according to user demands. However, existing GPU disaggregation systems have flaws in software-hardware compatibility, disaggregation scope, and capacity. In this paper, we present a new implementation of datacenter-scale GPU disaggregation, named DxPU. DxPU efficiently solves the above problems and can flexibly allocate as many GPU node(s) as users demand. In order to understand the performance overhead incurred by DxPU, we build up a performance model for AI specific workloads. With the guidance of modeling results, we develop a prototype system, which has been deployed into the datacenter of a leading cloud provider for a test run. We also conduct detailed experiments to evaluate the performance overhead caused by our system. The results show that the overhead of DxPU is less than 10%, compared with native GPU servers, in most of user scenarios.

Keywords

Cite

@article{arxiv.2310.04648,
  title  = {DxPU: Large Scale Disaggregated GPU Pools in the Datacenter},
  author = {Bowen He and Xiao Zheng and Yuan Chen and Weinan Li and Yajin Zhou and Xin Long and Pengcheng Zhang and Xiaowei Lu and Linquan Jiang and Qiang Liu and Dennis Cai and Xiantao Zhang},
  journal= {arXiv preprint arXiv:2310.04648},
  year   = {2023}
}

Comments

23 pages, 6 figures, published in ACM Transactions on Architecture and Code Optimization

R2 v1 2026-06-28T12:43:08.952Z