CCCL: In-GPU Compression-Coupled Collective Communication
📰 ArXiv cs.AI
arXiv:2604.17172v1 Announce Type: cross Abstract: Collective communication incurs significant overhead in LLM workloads. Although overlapping communication with computation in application-level is a common strategy, it often requires substantial code modifications and is impractical for many workloads (e.g., tensor and expert parallelism). We present CCCL, a built-in compression-based collective communication library that supports operations such as allreduce, alltoall, and send/recv without req
DeepCamp AI