English

QUICK: Quantization-aware Interleaving and Conflict-free Kernel for efficient LLM inference

Machine Learning 2024-02-16 v1 Artificial Intelligence Computation and Language

Abstract

We introduce QUICK, a group of novel optimized CUDA kernels for the efficient inference of quantized Large Language Models (LLMs). QUICK addresses the shared memory bank-conflict problem of state-of-the-art mixed precision matrix multiplication kernels. Our method interleaves the quantized weight matrices of LLMs offline to skip the shared memory write-back after the dequantization. We demonstrate up to 1.91x speedup over existing kernels of AutoAWQ on larger batches and up to 1.94x throughput gain on representative LLM models on various NVIDIA GPU devices.

Keywords

Cite

@article{arxiv.2402.10076,
  title  = {QUICK: Quantization-aware Interleaving and Conflict-free Kernel for efficient LLM inference},
  author = {Taesu Kim and Jongho Lee and Daehyun Ahn and Sarang Kim and Jiwoong Choi and Minkyu Kim and Hyungjun Kim},
  journal= {arXiv preprint arXiv:2402.10076},
  year   = {2024}
}

Comments

9 pages, 8 figures

R2 v1 2026-06-28T14:49:47.015Z