Rethinking Heterogeneous System Disaggregation for Subquadratic Attention

๐Ÿ“… 2026-09-11
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
่ฎบๆ–‡ๆๅ‡บSQDๆ–นๆกˆ๏ผŒ้€š่ฟ‡็ป†็ฒ’ๅบฆๅผ‚ๆž„ๆ‹†ๅˆ†่งฃๅ†ณๅญไบŒๆฌกๆณจๆ„ๅŠ›ๆจกๅž‹ๅœจๆŽจ็†ๆ—ถ็š„ๅ†…ๅญ˜ๅ ็”จๅ’Œ่ฎก็ฎ—้œ€ๆฑ‚้—ฎ้ข˜๏ผŒๆ้ซ˜ๅžๅ้‡ๅ’Œ่ƒฝๆ•ˆใ€‚
๐Ÿ“ Abstract
Frontier language models are more aggressively using subquadratic attention to reduce the memory footprint and compute requirements during inference while still delivering frontier accuracy. While existing systems make dense attention-centric disaggregated serving decisions, we show that disaggregating inference around the unique arithmetic intensity and memory footprint of subquadratic attention LLMs can achieve significant throughput and energy efficiency gains on emerging DRAM-based and SRAM-only heterogeneous systems. We introduce SQD (SubQuadratic Disaggregation), a fine-grained heterogeneous disaggregation scheme that splits decode by quadratic and subquadratic attention rather than by operator type, and that applies across subquadratic attention variants. For sparse attention LLMs, we disaggregate decode into top-k selection, which must index through the full KV, and top-k attention plus FFN, which have static memory footprints. For linear and sliding-window attention LLMs, we disaggregate decode into dense attention layers and subquadratic attention layers plus FFN. In an adjusted 8xB200 heterogeneous system proxy, we observe average tokens/J improvements of 53% on GLM 5.2, 31% on Nemotron 3 Ultra, and 56% on Gemma 4 31B over the strongest GPU-only baselines. In an analytical model of a Rubin plus LPX system with fixed power budgets, we observe 1.2x to 1.5x tighter achievable latencies and up to 3.6x higher throughput over the best baseline of attention-FFN disaggregation. Our experiments also reveal architectural insights on chip and interconnect provisioning for next-generation heterogeneous systems serving subquadratic attention.
Problem

Research questions and friction points this paper is trying to address.

Subquadratic Attention
Heterogeneous Systems
Inference Disaggregation
Energy Efficiency
Throughput
Innovation

Methods, ideas, or system contributions that make the work stand out.

SubQuadratic Disaggregation
heterogeneous systems
attention LLMs
energy efficiency
throughput