English

Tree Attention: Topology-aware Decoding for Long-Context Attention on GPU clusters

Machine Learning 2025-02-11 v4 Computation and Language

Abstract

Our formulation reveals that the reduction across the sequence axis can be efficiently computed in parallel through a tree reduction. Our algorithm, called Tree Attention, for parallelizing exact attention computation across multiple GPUs enables cross-device decoding to be performed asymptotically faster (up to 8x faster in our experiments) than state-of-the-art approaches such as Ring Attention, while also requiring significantly less communication volume and incurring 2x less peak memory. We demonstrate that Tree Attention speeds up decoding up to 4x on Llama 3.1-8B and can be applied to a variety of hardware and networking setups such as H100 DGX nodes, AMD MI300x nodes, and PCIe connected NVIDIA RTX 4090s. Our code is publicly available here: https://github.com/Zyphra/tree_attention

Keywords

Cite

@article{arxiv.2408.04093,
  title  = {Tree Attention: Topology-aware Decoding for Long-Context Attention on GPU clusters},
  author = {Vasudev Shyam and Jonathan Pilault and Emily Shepperd and Quentin Anthony and Beren Millidge},
  journal= {arXiv preprint arXiv:2408.04093},
  year   = {2025}
}
R2 v1 2026-06-28T18:07:05.597Z