Analog in-memory computing attention mechanism for fast and energy-efficient LLM A custom self-attention in-memory computing architecture built on charge-based gain cells reduces attention latency by up to two orders of magnitude and energy consumption by up to four orders of magnitude compared with GPUs, according to a Nature Computational Science paper. The analog gain-cell circuits introduce non-idealities that prevent direct mapping of pre-trained models, so the researchers designed an initialization algorithm that achieves text-processing performance comparable to GPT-2 without training from scratch. The work targets the KV-cache transfer bottleneck that forces the entire cache — 8 Gb for Mistral 7B at batch size 1 — from high-bandwidth memory into SRAM at each generation step. 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, graphics processing unit GPU -stored projections must be loaded into static random-access memory for each new generation step, causing latency and energy bottlenecks. Here 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 reduces attention latency and energy consumption by up to two and four orders of magnitude, respectively, compared with GPUs, marking a substantial step toward ultrafast, low-power generative transformers. Similar content being viewed by others Main Transformers