2024/06/25 by Jianyu Wei, Shijie Cao, Ting Cao +4 · 2 voices · 2 citations
Computer Science · Engineering · #Advanced Data Storage Technologies #Advanced Memory and Neural Computing #Parallel Computing and Optimization Techniques #cs.AI #cs.DC
paper · pdf · doi:10.1145/3689031.3696099
arxiv published 2024/06/25 · arxiv updated 2025/03/25 · openalex publication_date 2025/03/26 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/29
The deployment of Large Language Models (LLMs) on edge devices is increasingly important to enhance on-device intelligence. Weight quantization is crucial for reducing the memory footprint of LLMs on devices. However, low-bit LLMs necessitate mixed precision matrix multiplication (mpGEMM) of low precision weights and high precision activations during inference. Existing systems, lacking native support for mpGEMM, resort to dequantize weights for high precision computation. Such an indirect way can lead to a significant inference overhead.