All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

APEX4: Platform-Dependent W4A4 LLM Inference via Intra-SM Compute Rebalancing

By

[Submitted on 7 Jun 2026]

19h ago· 2 min readenNews

Summary

This paper presents APEX4, a system for efficient W4A4 (4-bit weights, 4-bit activations) LLM inference that addresses the bottleneck of group dequantization overhead on CUDA Cores. Through systematic benchmarks across Ampere and Ada GPUs, the authors identify the Tensor Cores to CUDA Cores throughput ratio (ρ) as the key hardware indicator determining W4A4 viability. They find that W4A4-g128 kernels yield 2.0-2.5× speedup on RTX 3090 (ρ=16) but degrade to 0.43-0.47× on A100 (ρ=64), showing performance is platform-dependent. APEX4 co-designs pure INT4 GEMM kernels with ρ-aware granularity adaptation, achieving perplexity within 0.63 of FP16 on LLaMA-2-70B and delivering up to 1.78× end-to-end speedup on RTX 3090 and 2.09× on A40 when deployed in vLLM.

Key quotes

· 5 pulled
We present the first systematic study of how intra-SM compute balance governs this bottleneck.
Through controlled benchmarks across four GPUs from Ampere and Ada architectures, we identify the Tensor Cores to CUDA Cores throughput ratio (ρ) as the primary hardware indicator
the W4A4-g128 kernel yields 2.0--2.5× speedup on RTX~3090 (ρ=16) yet degrades to 0.43--0.47× on A100 (ρ=64) in compute-bond scenarios, establishing W4A4 viability as platform-dependent rather than universally infeasible
APEX4 achieves perplexity within 0.63 of FP16 on LLaMA-2-70B and outperforms W4Ax Atom-g128 by 4.0%--4.4% in zero-shot accuracy
Deployed as a drop-in replacement in unmodified vLLM, it delivers up to 1.66× end-to-end speedup on L40S (ρ=8), and 1.78× on RTX~3090 (ρ=16), 2.09× on A40 (ρ=16), while recovering A100 (ρ=64) to 1.20--1.40× via the mixed-granularity mode
Snippet from the RSS feed
W4A4 quantization promises full utilization of INT4 Tensor Cores, yet group dequantization overhead on CUDA Cores has driven existing systems to mixed-precision fallbacks. We present the first systematic study of how intra-SM compute balance governs this

You might also wanna read