paper-with-me

Papers

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

2024-02-15 · Taesu Kim, Jongho Lee, Daehyun Ahn, Sarang Kim, Jiwoong Choi, Minkyu Kim, HyungJun Kim

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.

📄 PDF Abstract BibTeX arXiv:2402.10076

Code (1)

squeezebits/quick 공식 구현 pytorch

Tasks

GPUQuantization

Similar Papers 제목 키워드 기반

GAQAT: gradient-adaptive quantization-aware training for domain generalization

2024-12-07 · Jiacheng Jiang, Yuan Meng, Chen Tang, Han Yu 외

Research on loss surface geometry, such as Sharpness-Aware Minimization (SAM), shows that flatter minima improve generalization. Recent studies further reveal that flatter minima can also reduce the domain generalization…

Domain GeneralizationQuantization

Optimal Post-Training Quantization Scales and Where to Find Them

2026-06-09 · Juan Amboage, Pablo Monteagudo-Lago, Ian Colbert, Giuseppe Franco 외 arxiv

Post-training quantization (PTQ) compresses large language models by mapping weights to low-bit representations. The scaling factor that defines the quantization grid is typically chosen using simple, data-free heuristic…

Quantization Meets OOD: Generalizable Quantization-aware Training from a Flatness Perspective

2025-08-31 · Jiacheng Jiang, Yuan Meng, Chen Tang, Han Yu 외 arxiv

Current quantization-aware training (QAT) methods primarily focus on enhancing the performance of quantized models on in-distribution (I.D) data, while overlooking the potential performance degradation on out-of-distribu…

Image Classification

Solving Multi-Agent Multi-Goal Path Finding Problems in Polynomial Time

2025-12-17 · Stefan Edelkamp arxiv

In this paper, we plan missions for a fleet of agents in undirected graphs, such as grids, with multiple goals. In contrast to regular multi-agent path-finding, the solver finds and updates the assignment of goals to the…

An Efficient vLLM-Based Inference Pipeline for Unified Audio Understanding and Generation

2026-07-02 · Haoran Wang, Jinchuan Tian, Siddhant Arora, Shinji Watanabe arxiv

While Large Multimodal Models excel in comprehension, high-throughput inference engines lack native support for multimodal generation. This is severe in Speech Language Models, where generating multi-layered audio tokens…

multimodal generation