cd /news/large-language-models/accelerating-gpu-inference-of-large-… · home topics large-language-models article
[ARTICLE · art-56839] src=machinebrief.com ↗ pub= topic=large-language-models verified=true sentiment=↑ positive

Accelerating GPU Inference of Large Language Models with Moderately Unstructured Sparse Weight Matrices

Researchers propose a GPU inference method for large language models with moderate unstructured sparsity, using a three-layer matrix storage format and a SpMM kernel that jointly utilizes sparse tensor cores and CUDA cores. The method achieves up to 1.64x kernel-level speedup over SpInfer and up to 1.41x end-to-end speedups over FlashLLM, outperforming dense matrix multiplication on modern GPUs.

read1 min views1 publishedJul 13, 2026

arXiv:2607.08786v1 Announce Type: new Abstract: With the growing deployment of large language models (LLMs), LLM inference cost has become a key challenge. Pruning techniques that introduce sparsity into weight matrices can accelerate inference. However, maintaining model quality typically limits pruning to moderate unstructured sparsity (around 50%). At these sparsity levels, none of the existing GPU kernels for sparse matrix multiplication (SpMM) can outperform their dense counterparts. This paper proposes an efficient GPU inference method for LLMs with moderate sparsity. We propose a three-layer matrix storage format comprising: (i) a Sparse-TC layer enabling sparse tensor cores to accelerate SpMM; (ii) a Slot-Filling layer using parallel differential distance for matrix compression while supporting low-cost on-chip decoding; (iii) a lightweight Residual Layer ensuring correct SpMM computation. Building on this format, we design a SpMM kernel that jointly utilizes sparse tensor cores and CUDA cores. This design enables an efficient execution pipeline and overlaps on-chip computation with memory access. Evaluations show that our work is the first to outperform dense matrix multiplication on modern GPUs equipped with high-bandwidth memory (HBM). It achieves up to 1.64x kernel-level speedup over SpInfer (EuroSys'25, Best paper) and up to 1.41x end-to-end speedups over FlashLLM (VLDB'24). Our source code: https://github.com/moui0/cudac.

── more in #large-language-models 4 stories · sorted by recency
── more on @arxiv 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/accelerating-gpu-inf…] indexed:0 read:1min 2026-07-13 ·