Large language models (LLMs) training or inference across multiple nodes introduces significant pressure on GPU memory and interconnect bandwidth. The Compute Express Link (CXL) shared memory pool offers a scalable solution by enabling memory sharing across nodes, reducing over-provisioning and improving resource utilization. We propose \name, a collective communication library, leveraging the CXL shared memory pool to support cross-node GPU operations without relying on traditional RDMA-based networking. Our design addresses the challenges on synchronization, data interleaving, and communication parallelization faced by using the CXL shared memory pool for collective communications. Evaluating on multiple nodes with a TITAN-II CXL switch and six Micron CZ120 memory cards, we show that \name achieves highly efficient collective operations across hosts, demonstrating CXL's potential for scalable, memory-centric GPU communication. Our evaluation demonstrates that \name achieves average performance improvements of 1.34× for AllGather, 1.84× for Broadcast, 1.94× for Gather, and 1.04× for Scatter, compared to the original RDMA-based implementation over 200 Gbps InfiniBand. \textcolor{dong}{In addition, the evaluation with a case of LLM training shows 1.11× speedup compared with the InfiniBand while saving production cost by 2.75× in hardware.}
@article{arxiv.2602.22457,
title = {CCCL: Node-Spanning GPU Collectives with CXL Memory Pooling},
author = {Dong Xu and Han Meng and Xinyu Chen and Dengcheng Zhu and Wei Tang and Fei Liu and Liguang Xie and Wu Xiang and Rui Shi and Yue Li and Henry Hu and Hui Zhang and Jianping Jiang and Dong Li},
journal= {arXiv preprint arXiv:2602.22457},
year = {2026}
}