paper-with-me

Papers

Efficient Arbitrary Precision Acceleration for Large Language Models on GPU Tensor Cores

2024-09-26 · Shaobo Ma, Chao Fang, Haikuo Shao, Zhongfeng Wang

Large language models (LLMs) have been widely applied but face challenges in efficient inference. While quantization methods reduce computational demands, ultra-low bit quantization with arbitrary precision is hindered by limited GPU Tensor Core support and inefficient memory management, leading to suboptimal acceleration. To address these challenges, we propose a comprehensive acceleration scheme for arbitrary precision LLMs. At its core, we introduce a novel bipolar-INT data format that facilitates parallel computing and supports symmetric quantization, effectively reducing data redundancy. Building on this, we implement an arbitrary precision matrix multiplication scheme that decomposes and recovers matrices at the bit level, enabling flexible precision while maximizing GPU Tensor Core utilization. Furthermore, we develop an efficient matrix preprocessing method that optimizes data layout for subsequent computations. Finally, we design a data recovery-oriented memory management system that strategically utilizes fast shared memory, significantly enhancing kernel execution speed and minimizing memory access latency. Experimental results demonstrate our approach's effectiveness, with up to 2.4\times speedup in matrix multiplication compared to NVIDIA's CUTLASS. When integrated into LLMs, we achieve up to 6.7\times inference acceleration. These improvements significantly enhance LLM inference efficiency, enabling broader and more responsive applications of LLMs.

📄 PDF Abstract BibTeX arXiv:2409.17870

Code (0)

등록된 구현이 없습니다.

Tasks

GPUManagementQuantization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

APT-LLM: Exploiting Arbitrary-Precision Tensor Core Computing for LLM Acceleration

2025-08-26 · Shaobo Ma, Chao Fang, Haikuo Shao, Zhongfeng Wang arxiv

Large language models (LLMs) have revolutionized AI applications, yet their enormous computational demands severely limit deployment and real-time performance. Quantization methods can help reduce computational costs, ho…

ABQ-LLM: Arbitrary-Bit Quantized Inference Acceleration for Large Language Models

2024-08-16 · Chao Zeng, Songwei Liu, Yusheng Xie, Hong Liu 외

Large Language Models (LLMs) have revolutionized natural language processing tasks. However, their practical application is constrained by substantial memory and computational demands. Post-training quantization (PTQ) is…

GPUModel CompressionQuantization

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

APNN-TC: Accelerating Arbitrary Precision Neural Networks on Ampere GPU Tensor Cores

2021-06-23 · Boyuan Feng, yuke wang, Tong Geng, Ang Li 외

Over the years, accelerating neural networks with quantization has been widely studied. Unfortunately, prior efforts with diverse precisions (e.g., 1-bit weights and 2-bit activations) are usually restricted by limited p…

GPUQuantization

TC-GS: A Faster Gaussian Splatting Module Utilizing Tensor Cores

2025-05-30 · Zimu Liao, Jifeng Ding, Rong Fu, Siwei Cui 외

3D Gaussian Splatting (3DGS) renders pixels by rasterizing Gaussian primitives, where conditional alpha-blending dominates the time cost in the rendering pipeline. This paper proposes TC-GS, an algorithm-independent univ…

3DGS