paper-with-me

Papers

Understanding and Improving Communication Performance in Multi-node LLM Inference

2025-11-12 · Prajwal Singhania, Siddharth Singh, Lannie Dalton Hough, Akarsh Srivastava, Harshitha Menon, Charles Fredrick Jekel, Abhinav Bhatele arxiv

As large language models (LLMs) continue to grow in size, distributed inference has become increasingly important. Model-parallel strategies must now efficiently scale not only across multiple GPUs but also across multiple nodes. In this work, we present a detailed performance study of multi-node distributed inference using LLMs on GPU-based supercomputers. We conduct experiments with several state-of-the-art inference engines alongside YALIS, a research-oriented prototype engine designed for controlled experimentation. We analyze the strong-scaling behavior of different model-parallel schemes and identify key bottlenecks. Because all-reduce operations are a common performance bottleneck, we develop NVRAR, a hierarchical all-reduce algorithm based on recursive doubling with NVSHMEM. NVRAR achieves up to 1.9$\times$-3.6$\times$ lower latency than NCCL for message sizes between 128 KB and 2 MB on HPE Slingshot and InfiniBand interconnects. Integrated into YALIS, NVRAR achieves up to a 1.72$\times$ reduction in end-to-end batch latency for the Llama 3.1 405B model in multi-node decode-heavy workloads using tensor parallelism.

📄 PDF Abstract BibTeX arXiv:2511.09557

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DISCO: Distributed Inference with Sparse Communications

2023-02-22 · Minghai Qin, Chao Sun, Jaco Hofmann, Dejan Vucinic

Deep neural networks (DNNs) have great potential to solve many real-world problems, but they usually require an extensive amount of computation and memory. It is of great difficulty to deploy a large DNN model to a singl…

Distributed Computingimage-classificationImage ClassificationImage Super-Resolution+5

Federation of Experts: Communication Efficient Distributed Inference for Large Language Models

2026-05-07 · Muhammad Shahir Abdurrahman, Chun Deng, Azalia Mirhoseini, Philip Levis arxiv

Mixture of experts has emerged as the primary mechanism for making Large Language Models (LLMs) computationally efficient. However, in distributed settings, communicating token embeddings between experts is a significant…

NCCL EP: Towards a Unified Expert Parallel Communication API for NCCL

2026-03-13 · Amos Goldman, Nimrod Boker, Maayan Sheraizin, Nimrod Admoni 외 arxiv

Mixture-of-Experts (MoE) architectures have become essential for scaling large language models, driving the development of specialized device-initiated communication libraries such as DeepEP, Hybrid-EP, and others. These…

The Internet of Things as a Deep Neural Network

2020-03-23 · Rong Du, Sindri Magnússon, Carlo Fischione

An important task in the Internet of Things (IoT) is field monitoring, where multiple IoT nodes take measurements and communicate them to the base station or the cloud for processing, inference, and analysis. This commun…

Time SeriesTime Series Analysis

Seeker: Synergizing Mobile and Energy Harvesting Wearable Sensors for Human Activity Recognition

2022-03-25 · Cyan Subhra Mishra, Jack Sampson, Mahmut Taylan Kandemir, Vijaykrishnan Narayanan

There is an increasing demand for intelligent processing on emerging ultra-low-power internet of things (IoT) devices, and recent works have shown substantial efficiency boosts by executing inference tasks directly on th…

Activity RecognitionHuman Activity Recognition