paper-with-me

홈 › Papers

Precision-Scalable Microscaling Datapaths with Optimized Reduction Tree for Efficient NPU Integration

2025-11-09 · Stef Cuyckens, Xiaoling Yi, Robin Geens, Joren Dumoulin, Martin Wiesner, Chao Fang, Marian Verhelst arxiv

Emerging continual learning applications necessitate next-generation neural processing unit (NPU) platforms to support both training and inference operations. The promising Microscaling (MX) standard enables narrow bit-widths for inference and large dynamic ranges for training. However, existing MX multiply-accumulate (MAC) designs face a critical trade-off: integer accumulation requires expensive conversions from narrow floating-point products, while FP32 accumulation suffers from quantization losses and costly normalization. To address these limitations, we propose a hybrid precision-scalable reduction tree for MX MACs that combines the benefits of both approaches, enabling efficient mixed-precision accumulation with controlled accuracy relaxation. Moreover, we integrate an 8x8 array of these MACs into the state-of-the-art (SotA) NPU integration platform, SNAX, to provide efficient control and data transfer to our optimized precision-scalable MX datapath. We evaluate our design both on MAC and system level and compare it to the SotA. Our integrated system achieves an energy efficiency of 657, 1438-1675, and 4065 GOPS/W, respectively, for MXINT8, MXFP8/6, and MXFP4, with a throughput of 64, 256, and 512 GOPS.

📄 PDF Abstract BibTeX arXiv:2511.06313

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

FGMP: Fine-Grained Mixed-Precision Weight and Activation Quantization for Hardware-Accelerated LLM Inference

2025-04-19 · Coleman Hooper, Charbel Sakr, Ben Keller, Rangharajan Venkatesan 외

Quantization is a powerful tool to improve large language model (LLM) inference efficiency by utilizing more energy-efficient low-precision datapaths and reducing memory footprint. However, accurately quantizing LLM weig…

Large Language ModelQuantization

MOSS: Efficient and Accurate FP8 LLM Training with Microscaling and Automatic Scaling

2025-11-08 · Yu Zhang, Hui-Ling Zhen, Mingxuan Yuan, Bei Yu arxiv

Training large language models with FP8 formats offers significant efficiency gains. However, the reduced numerical precision of FP8 poses challenges for stable and accurate training. Current frameworks preserve training…

MX-SAFE: Versatile Inference- and Training-Proof Microscaling Format with On-the-Fly Exponent and Mantissa Bit Allocation

2026-05-23 · Dahoon Park, Jahyun Koo, Sangwoo Hwang, Jaeha Kung arxiv

As the demand for deep learning grows, cost reduction through quantization has become essential for both training and inference. In 2022, the Open Compute Project (OCP) consortium standardized narrow precision formats fo…

LATMiX: Learnable Affine Transformations for Microscaling Quantization of LLMs

2026-02-04 · Ofir Gordon, Lior Dikstein, Arnon Netzer, Idan Achituve 외 arxiv

Post-training quantization (PTQ) is a widely used approach for reducing the memory and compute costs of large language models (LLMs). Recent studies have shown that applying invertible transformations to activations can …

MicroMix: Efficient Mixed-Precision Quantization with Microscaling Formats for Large Language Models

2025-08-04 · Wenyuan Liu, Haoqian Meng, Yilun Luo, Yafei Zhao 외 arxiv

Quantization significantly accelerates inference in large language models (LLMs) by replacing original high-precision matrices with low-precision counterparts. Recent advances in weight-activation quantization have prima…

Mathematical ReasoningCode Generation