paper-with-me

홈 › Papers

DASH: Deterministic Attention Scheduling for High-throughput Reproducible LLM Training

2026-01-29 · Xinwei Qiang, Hongmin Chen, Shixuan Sun, Jingwen Leng, Xin Liu, Minyi Guo arxiv

Determinism is indispensable for reproducibility in large language model (LLM) training, yet it often exacts a steep performance cost. In widely used attention implementations such as FlashAttention-3, the deterministic backward pass can incur up to a 37.9% throughput reduction relative to its non-deterministic counterpart, primarily because gradient accumulation operations must be serialized to guarantee numerical consistency. This performance loss stems from suboptimal scheduling of compute and gradient-reduction phases, leading to significant hardware underutilization. To address this challenge, we formulate the backward pass of deterministic attention as a scheduling problem on a Directed Acyclic Graph (DAG) and derive schedules that minimize the critical path length. Building on this formulation, we present DASH (Deterministic Attention Scheduling for High-Throughput), which encapsulates two complementary scheduling strategies: (i) Descending Q-Tile Iteration, a reversed query-block traversal that shrinks pipeline stalls in causal attention, and (ii) Shift Scheduling, a theoretically optimal schedule within our DAG model that reduces pipeline stalls for both full and causal masks. Our empirical evaluations on NVIDIA H800 GPUs demonstrate that DASH narrows the performance gap of deterministic attention. The proposed strategies improve the throughput of the attention backward pass by up to 1.28$\times$ compared to the baseline, significantly advancing the efficiency of reproducible LLM training. Our code is open-sourced at https://github.com/SJTU-Liquid/deterministic-FA3.

📄 PDF Abstract BibTeX arXiv:2601.21824

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Equinox: Holistic Fair Scheduling in Serving Large Language Models

2025-08-19 · Zhixiang Wei, James Yen, Jingyi Chen, Ziyang Zhang 외 arxiv

We address the limitations of current LLM serving with a dual-counter framework separating user and operator perspectives. The User Fairness Counter measures quality of service via weighted tokens and latency; the Resour…

Fixed-Throughput GRAND with FIFO Scheduling

2025-02-07 · Filippo Christen, Darja Nonaca, Christoph Studer

Guessing random additive noise decoding (GRAND) is a code-agnostic decoding method that iteratively guesses the noise pattern affecting the received codeword. The number of noise sequences to test depends on the noise re…

DecoderScheduling

A Dynamic Improvement Framework for Vehicular Task Offloading

2025-01-20 · Qianren Li, Yuncong Hong, Bojie Lv, Rui Wang

In this paper, the task offloading from vehicles with random velocities is optimized via a novel dynamic improvement framework. Particularly, in a vehicular network with multiple vehicles and base stations (BSs), computi…

Scheduling

Indoor UAV scheduling with Restful Task Assignment Algorithm

2017-06-29 · Yohanes Khosiawan, Izabela Nielsen

Research in UAV scheduling has obtained an emerging interest from scientists in the optimization field. When the scheduling itself has established a strong root since the 19th century, works on UAV scheduling in indoor e…

Scheduling

Reinforcement Learning -based Adaptation and Scheduling Methods for Multi-source DASH

2023-07-25 · Nghia T. Nguyen, Long Luu, Phuong L. Vo, Thi Thanh Sang Nguyen 외

Dynamic adaptive streaming over HTTP (DASH) has been widely used in video streaming recently. In DASH, the client downloads video chunks in order from a server. The rate adaptation function at the video client enhances t…

reinforcement-learningReinforcement Learning (RL)Scheduling