English

Analog In-Memory Computing Attention Mechanism for Fast and Energy-Efficient Large Language Models

Neural and Evolutionary Computing 2024-11-26 v2 Artificial Intelligence Hardware Architecture Emerging Technologies

Abstract

Transformer networks, driven by self-attention, are central to Large Language Models. In generative Transformers, self-attention uses cache memory to store token projections, avoiding recomputation at each time step. However, GPU-stored projections must be loaded into SRAM for each new generation step, causing latency and energy bottlenecks. We present a custom self-attention in-memory computing architecture based on emerging charge-based memories called gain cells, which can be efficiently written to store new tokens during sequence generation and enable parallel analog dot-product computation required for self-attention. However, the analog gain cell circuits introduce non-idealities and constraints preventing the direct mapping of pre-trained models. To circumvent this problem, we design an initialization algorithm achieving text processing performance comparable to GPT-2 without training from scratch. Our architecture respectively reduces attention latency and energy consumption by up to two and five orders of magnitude compared to GPUs, marking a significant step toward ultra-fast, low-power generative Transformers.

Keywords

Cite

@article{arxiv.2409.19315,
  title  = {Analog In-Memory Computing Attention Mechanism for Fast and Energy-Efficient Large Language Models},
  author = {Nathan Leroux and Paul-Philipp Manea and Chirag Sudarshan and Jan Finkbeiner and Sebastian Siegel and John Paul Strachan and Emre Neftci},
  journal= {arXiv preprint arXiv:2409.19315},
  year   = {2024}
}

Comments

25 pages, 6 figures, 1 table

R2 v1 2026-06-28T19:00:28.953Z