English

Parallel Track Transformers: Enabling Fast GPU Inference with Reduced Synchronization

Distributed, Parallel, and Cluster Computing 2026-02-10 v1 Machine Learning

Abstract

Efficient large-scale inference of transformer-based large language models (LLMs) remains a fundamental systems challenge, frequently requiring multi-GPU parallelism to meet stringent latency and throughput targets. Conventional tensor parallelism decomposes matrix operations across devices but introduces substantial inter-GPU synchronization, leading to communication bottlenecks and degraded scalability. We propose the Parallel Track (PT) Transformer, a novel architectural paradigm that restructures computation to minimize cross-device dependencies. PT achieves up to a 16x reduction in synchronization operations relative to standard tensor parallelism, while maintaining competitive model quality in our experiments. We integrate PT into two widely adopted LLM serving stacks-Tensor-RT-LLM and vLLM-and report consistent improvements in serving efficiency, including up to 15-30% reduced time to first token, 2-12% reduced time per output token, and up to 31.90% increased throughput in both settings.

Keywords

Cite

@article{arxiv.2602.07306,
  title  = {Parallel Track Transformers: Enabling Fast GPU Inference with Reduced Synchronization},
  author = {Chong Wang and Nan Du and Tom Gunter and Tao Lei and Kulin Seth and Senyu Tong and Jianyu Wang and Guoli Yin and Xiyou Zhou and Kelvin Zou and Ruoming Pang},
  journal= {arXiv preprint arXiv:2602.07306},
  year   = {2026}
}
R2 v1 2026-07-01T10:25:36.062Z