ARApr 24, 2025

Fine-Grained Fusion: The Missing Piece in Area-Efficient State Space Model Acceleration

arXiv:2504.173332 citationsh-index: 7
Originality Incremental advance
AI Analysis

For hardware designers and ML practitioners working on efficient long-sequence processing, this work establishes operator fusion as a key enabler for next-generation SSM accelerators.

This work systematically analyzes SSM acceleration opportunities through fine-grained operator fusion and hardware design space exploration, achieving up to 4.8x speedup over unfused execution and 1.78x higher performance than the state-of-the-art MARCA accelerator within the same area budget.

State Space Models (SSMs) offer a promising alternative to transformers for long-sequence processing. However, their efficiency remains hindered by memory-bound operations, particularly in the prefill stage. While MARCA, a recent first effort to accelerate SSMs through a dedicated hardware accelerator, achieves great speedup over high-end GPUs, an analysis into the broader accelerator design space is lacking. This work systematically analyzes SSM acceleration opportunities both from the scheduling perspective through fine-grained operator fusion and the hardware perspective through design space exploration, using an extended version of the Stream modeling framework. Our results demonstrate that the improved data locality stemming from our optimized fusion and scheduling strategy enables a speedup of up to 4.8x over unfused execution, while our adaptive memory-aware fusion approach reduces on-chip memory requirements by an order of magnitude without sacrificing performance. We further explore accelerator design trade-offs, showing that a fusion-aware hardware architecture can achieve 1.78x higher performance than the state-of-the-art MARCA accelerator, within the same area budget. These results establish operator fusion as a key enabler for next-generation SSM accelerators.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes