ARMay 7

XtraMAC: An Efficient MAC Architecture for Mixed-Precision LLM Inference on FPGA

arXiv:2605.0605271.0Has Code
Predicted impact top 5% in AR · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the need for flexible, high-throughput MAC units on FPGA for mixed-precision LLM inference, offering significant improvements over existing fixed-datatype designs.

XtraMAC is a novel FPGA-based MAC architecture that efficiently supports mixed-precision LLM inference, achieving 1.4-2.0x higher compute density, 27-51% resource reduction, up to 1.9x energy efficiency, and 1.2x speedup on representative workloads.

The widespread adoption of mixed-precision quantization in large language models (LLMs) has created demand for hardware that can efficiently perform multiply-accumulate (MAC) operations across mixed datatypes and switch datatypes at runtime. Existing FPGA-based MAC solutions fall short due to limitations in fixed-datatype design, inefficient spatial or temporal resource sharing, and poor support for mixed-precision execution. These limitations collectively lead to under-utilization of DSP resources, limiting achievable parallelism and throughput. In this work, we present XtraMAC, a novel MAC architecture that unifies integer, floating-point, and mixed-precision operations within a single, datatype-adaptive microarchitecture. XtraMAC decomposes all supported MAC formats into a shared integer mantissa product with lightweight sign and exponent handling, enabling dynamic operand packing and efficient DSP resource sharing with constant latency and initiation interval of one across all datatypes. Evaluated on an AMD Xilinx U55c FPGA, XtraMAC achieves 1.4-2.0x higher compute density, reduces per-operation LUT, FF, and DSP consumption by 27-51%, and delivers up to 1.9x greater energy efficiency and 1.2x speedup on representative mixed-precision LLM workloads. The implementation of XtraMAC is open-sourced at https://github.com/Xtra-Computing/XtraMAC.

Foundations

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

Your Notes