paper-with-me

Papers

Exploration of Unary Arithmetic-Based Matrix Multiply Units for Low Precision DL Accelerators

2026-01-31 · Prabhu Vellaisamy, Harideep Nair, Di Wu, Shawn Blanton, John Paul Shen arxiv

General matrix multiplication (GEMM) is a fundamental operation in deep learning (DL). With DL moving increasingly toward low precision, recent works have proposed novel unary GEMM designs as an alternative to conventional binary GEMM hardware. A rigorous evaluation of recent unary and binary GEMM designs is needed to assess the potential of unary hardware for future DL compute. This paper focuses on unary GEMM designs for integer-based DL inference and performs a detailed evaluation of three latest unary design proposals, namely, uGEMM, tuGEMM and tubGEMM, by comparing them to a conventional binary GEMM. Rigorous post-synthesis evaluations beyond prior works are performed across varying bit-widths and matrix sizes to assess the designs' tradeoffs and determine optimal sweetspots. Further, we perform weight sparsity analysis across eight pretrained convolutional neural networks (CNNs) and the LLaMA2 large language model (LLM). In this work, we demonstrate how unary GEMM can be effectively used for energy-efficient compute in future edge AI accelerators.

📄 PDF Abstract BibTeX arXiv:2602.00838

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bit-Accurate Modeling of GPU Matrix Multiply-Accumulate Units: Demystifying Numerical Discrepancy and Accuracy

2025-11-14 · Peichen Xie, Shuotao Xu, Yang Wang, Fan Yang 외 arxiv

Modern AI accelerators rely on matrix multiply-accumulate units (MMAUs), such as NVIDIA Tensor Cores and AMD Matrix Cores, to accelerate deep neural network workloads. MMAUs expose only instruction-level or API-level int…

Neural Arithmetic Units

2020-01-14 · ICLR 2020 1 · Andreas Madsen, Alexander Rosenberg Johansen

Neural networks can approximate complex functions, but they struggle to perform exact arithmetic operations over real numbers. The lack of inductive bias for arithmetic operations leaves neural networks without the under…

Inductive Bias

Improving the Robustness of Neural Multiplication Units with Reversible Stochasticity

2022-11-10 · Bhumika Mistry, Katayoun Farrahi, Jonathon Hare

Multilayer Perceptrons struggle to learn certain simple arithmetic tasks. Specialist neural modules for arithmetic can outperform classical architectures with gains in extrapolation, interpretability and convergence spee…

iNALU: Improved Neural Arithmetic Logic Unit

2020-03-17 · Daniel Schlör, Markus Ring, Andreas Hotho

Neural networks have to capture mathematical relationships in order to learn various tasks. They approximate these relations implicitly and therefore often do not generalize well. The recently proposed Neural Arithmetic …

Bitwidth-Specific Logarithmic Arithmetic for Future Hardware-Accelerated Training

2025-10-20 · Hassan Hamad, Yuou Qiu, Peter A. Beerel, Keith M. Chugg arxiv

While advancements in quantization have significantly reduced the computational costs of inference in deep learning, training still predominantly relies on complex floating-point arithmetic. Low-precision fixed-point tra…