[2603.02376] CUCo: An Agentic Framework for Compute and Communication Co-design
About this article
Abstract page for arXiv paper 2603.02376: CUCo: An Agentic Framework for Compute and Communication Co-design
Computer Science > Distributed, Parallel, and Cluster Computing arXiv:2603.02376 (cs) [Submitted on 2 Mar 2026] Title:CUCo: An Agentic Framework for Compute and Communication Co-design Authors:Bodun Hu, Yoga Sri Varshan V, Saurabh Agarwal, Aditya Akella View a PDF of the paper titled CUCo: An Agentic Framework for Compute and Communication Co-design, by Bodun Hu and 3 other authors View PDF HTML (experimental) Abstract:Custom CUDA kernel development is essential for maximizing GPU utilization in large-scale distributed LLM training and inference, yet manually writing kernels that jointly leverage both computation and communication remains a labor-intensive and error-prone process. Prior work on kernel optimization has focused almost exclusively on computation, leaving communication kernels largely untouched even though they constitute a significant share of total execution time. We introduce CUCo, a training-free agent-driven workflow that automatically generates high-performance CUDA kernels that jointly orchestrate computation and communication. By co-optimizing these traditionally disjoint components, CUCo unlocks new optimization opportunities unavailable to existing approaches, outperforming state-of-the-art baselines and reducing end-to-end latency by up to $1.57\times$. Subjects: Distributed, Parallel, and Cluster Computing (cs.DC); Hardware Architecture (cs.AR); Machine Learning (cs.LG); Multiagent Systems (cs.MA) Cite as: arXiv:2603.02376 [cs.DC] (or arXiv:2603....