paper-with-me

홈 › Papers

CTA-Pipelining: A Latency-Oriented Spatial Scaling Method for Multi-GPU Systems

2026-07-08 · Tingkai Liu, Muralidhar Andoorveedu, Sanjoy Das, Sanjay Patel, Volodymyr Kindratenko arxiv

The evolution of compute infrastructure has transformed multi-GPU systems into tightly integrated shared-memory structures. However, current software still mostly treats these coherent interconnects simply as high-speed networks. Simultaneously, the demand for serving Large Language Models under latency constraints has shifted GPU workload optimization from being throughput-driven to latency-bound, necessitating latency-oriented scaling methods beyond Tensor Parallelism (TP). Thus, we introduce CTA-pipelining, an execution paradigm designed to exploit shared-memory multi-GPU systems. As a latency-oriented spatial scaling technique, CTA-pipelining leverages dependencies at the Cooperative Thread Array level, enabling concurrent execution of dependent kernels across GPUs. We demonstrate its capability using CUTLASS, cuBLAS, and NCCL libraries on 8-GPU H200 and B200 systems. Results show on 2-layer GEMM, representing the MLP operation, CTA-pipelining reduces latency by up to 31.8% compared to micro-batching, and 29.6% compared to TP. It can also be combined with TP as an orthogonal scaling dimension to further push the latency boundary.

📄 PDF Abstract BibTeX arXiv:2607.07862

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Streaming Communication in Multi-Agent Reasoning

2026-06-03 · Zhen Yang, Xiaogang Xu, Wen Wang, Cong Chen 외 arxiv

Multi-agent reasoning systems adopt a "generate-then-transfer" paradigm that forces end-to-end latency to scale linearly with pipeline depth. We introduce StreamMA, a multi-agent reasoning system that streams each reason…

NestPipe: Large-Scale Recommendation Training on 1,500+ Accelerators via Nested Pipelining

2026-04-08 · Zhida Jiang, Zhaolong Xing, Huichao Chai, Tianxing Sun 외 arxiv

Modern recommendation models have increased to trillions of parameters. As cluster scales expand to O(1k), distributed training bottlenecks shift from computation and memory to data movement, especially lookup and commun…

PipeDiT: Accelerating Diffusion Transformers in Video Generation with Task Pipelining and Model Decoupling

2025-11-15 · Sijie Wang, Qiang Wang, Shaohuai Shi arxiv

Video generation has been advancing rapidly, and diffusion transformer (DiT) based models have demonstrated remark- able capabilities. However, their practical deployment is of- ten hindered by slow inference speeds and …

Video Generation

A DSEL for High Throughput and Low Latency Software-Defined Radio on Multicore CPUs

2022-06-13 · Adrien Cassagne, Romain Tajan, Olivier Aumage, Camille Leroux 외

This article presents a new Domain Specific Embedded Language (DSEL) dedicated to Software-Defined Radio (SDR). From a set of carefully designed components, it enables to build efficient software digital communication sy…

CPU

GPipe: Efficient Training of Giant Neural Networks using Pipeline Parallelism

2018-11-16 · NeurIPS 2019 12 · Yanping Huang, Youlong Cheng, Ankur Bapna, Orhan Firat 외

Scaling up deep neural network capacity has been known as an effective approach to improving model quality for several different machine learning tasks. In many cases, increasing model capacity beyond the memory limit of…

Fine-Grained Image Classificationimage-classificationImage ClassificationMachine Translation+1