Hardware Acceleration for Neural Networks: A Comprehensive Survey
Bin Xu, Ayan Banerjee, Sandeep Gupta
TL;DR
The paper addresses the bottlenecks in hardware acceleration for neural networks, showing that end-to-end performance is dominated by data movement and memory hierarchy rather than peak arithmetic throughput. It surveys architectures from GPUs to LPUs and in-/near-memory/analog and neuromorphic approaches, and it emphasizes co-design of models, compilers, and hardware to optimize memory bandwidth, interconnects, and KV-cache management for Transformers/LLMs. Key contributions include a unified taxonomy, design patterns (systolic arrays, tiling, dataflow, and memory hierarchies), and a critical discussion of benchmarking and evaluation practices, with open challenges in LLM serving, dynamic sparsity, energy-aware deployment, and reproducible comparisons. The survey highlights that scalable, real-world speedups will come from end-to-end system optimization—balancing compute, memory, and software—rather than raw increases in FLOPs alone, and points toward memory-centric, co-designed architectures for the next generation of neural accelerators.
Abstract
Neural networks have become dominant computational workloads across cloud and edge platforms, but their rapid growth in model size and deployment diversity has exposed hardware bottlenecks increasingly dominated by memory movement, communication, and irregular operators rather than peak arithmetic throughput. This survey reviews the current technology landscape for hardware acceleration of deep learning, spanning GPUs and tensor-core architectures, domain-specific accelerators (TPUs, NPUs), FPGA-based designs, ASIC inference engines, and emerging LLM-serving accelerators such as LPUs, alongside in-/near-memory computing and neuromorphic/analog approaches. We organize the survey using a unified taxonomy across (i) workloads (CNNs, RNNs, GNNs, Transformers/LLMs), (ii) execution settings (training vs.\ inference; datacenter vs.\ edge), and (iii) optimization levers (reduced precision, sparsity and pruning, operator fusion, compilation and scheduling, memory-system/interconnect design). We synthesize key architectural ideas such as systolic arrays, vector and SIMD engines, specialized attention and softmax kernels, quantization-aware datapaths, and high-bandwidth memory, and discuss how software stacks and compilers bridge model semantics to hardware. Finally, we highlight open challenges -- including efficient long-context LLM inference (KV-cache management), robust support for dynamic and sparse workloads, energy- and security-aware deployment, and fair benchmarking -- pointing to promising directions for the next generation of neural acceleration.
