cd /news/artificial-intelligence/sonicsampler-unified-tile-aware-kern… · home topics artificial-intelligence article
[ARTICLE · art-71378] src=arxiv.org ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

SonicSampler: Unified Tile-Aware Kernels for LLM Sampling and Speculative Verification

SonicSampler, a unified suite of tile-aware Triton kernels from arXiv, vertically fuses the complete LLM sampling pipeline into a fixed, workload-aware execution model, achieving up to 16x speedup over state-of-the-art baselines in heterogeneous speculative decoding workloads. The kernels support dynamic per-request sampling behaviors including grammar-constrained decoding, repetition penalties, and speculative verification within a single batched kernel while remaining fully CUDA Graph-compatible.

read1 min views1 publishedJul 24, 2026

arXiv:2607.20475v1 Announce Type: new Abstract: Sampling in LLM inference comprises a combinatorial set of logit processing, token selection, and verification operations for speculative decoding. However, existing implementations either accelerate only subsets of this pipeline, rely on multiple kernel launches, or assume homogeneous sampling behavior across a batch, limiting support for dynamic serving workloads and preventing efficient CUDA Graph execution. We present $\textbf{SonicSampler}$, a unified suite of tile-aware Triton kernels that vertically fuses the complete sampling pipeline into a fixed, workload-aware execution model. Our kernels support dynamic per-request sampling behaviors, including grammar-constrained decoding, repetition, frequency and presence penalties, logit bias, temperature scaling, top-$k$ / top-$p$ / min-$p$ filtering, and speculative verification - within a single batched kernel while remaining fully CUDA Graph-compatible. Central to our approach is a novel hierarchical two-stage top-$k$ algorithm that achieves up to $\textbf{10x speedup}$ over competitive baselines and exploits the low-entropy structure of LLM outputs to enable efficient selection over large vocabularies. Across heterogeneous speculative decoding workloads, SonicSampler achieves up to $\textbf{16x speedup}$ over state-of-the-art baselines while preserving flexible batched execution.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @sonicsampler 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/sonicsampler-unified…] indexed:0 read:1min 2026-07-24 ·