gpu-kernels

Tag

Cards List
#gpu-kernels

Deterministic LLM Inference Across GPU Kernels: Power-of-Two INT8 Quantization Scales and the Limits of Tolerance-Based Conformance

arXiv cs.LG · 2026-09-02 Cached

This paper evaluates conformance suites for INT8 quantization in LLM inference, finding that power-of-two scales enable cross-kernel bitwise determinism, while tolerance-based checks are limited to preconditions and boundedness.

0 favorites 0 likes
#gpu-kernels

AsmEvo: Agentic Assembly-Level Optimization of AMD GPU Kernels with Functional Equivalence Verification

arXiv cs.CL · 2026-08-24 Cached

AsmEvo is an agentic assembly-level optimizer for AMD GPU kernels that improves performance by proposing low-level edits and verifying functional equivalence against original binaries, achieving speedups up to 3.88x on MI308X GPUs.

0 favorites 0 likes
#gpu-kernels

The Integer Alibi: Localizing Cross-Kernel Divergence in INT8-Quantized LLM Inference

arXiv cs.LG · 2026-08-17 Cached

This paper tests the interchangeability of CUTLASS and Triton INT8 quantized GPU kernels in LLM inference using vLLM, finding divergent outputs due to scale application and rounding, and proposes a conformance procedure for kernel equivalence.

0 favorites 0 likes
#gpu-kernels

A Contract-Grade Verifier for LLM-Generated GPU Kernels, and a Native Blackwell Backward for the Gated-Linear-Recurrence Family

arXiv cs.LG · 2026-08-14 Cached

This paper introduces a contract-grade verifier of twelve adversarial gates for checking LLM-generated GPU kernels, finding that 39.5% of kernels accepted by standard loose tests are broken. It also presents the first native Blackwell training backward kernel for the GDN (gated-linear-recurrence) family.

0 favorites 0 likes
#gpu-kernels

CAKE: Compiler-Agent Co-Design for Frontier Kernel Evolution

arXiv cs.LG · 2026-08-14 Cached

This paper presents CAKE, a compiler-agent co-design framework that lets AI agents author a hardware-explicit IR for GPU kernels, achieving significant speedups over baselines across various workload families.

0 favorites 0 likes
#gpu-kernels

CubicQuant: Parametric Non-Uniform Codebooks for High-Throughput LLM Inference with 1-8-Bit Weights

arXiv cs.LG · 2026-08-10 Cached

CubicQuant proposes a parametric non-uniform scalar quantization format for LLM weights, using a monotonic cubic curve to adapt reconstruction levels at 1-8 bit widths while retaining dense integer code streams for GPU efficiency. Experiments show RMSE reductions over uniform and floating-point baselines, with preliminary H200 kernel measurements.

0 favorites 0 likes
#gpu-kernels

Gaming Without an Attacker: Benchmark Fingerprinting in LLM-Driven Search Under Selection Pressure

Hugging Face Daily Papers · 2026-08-09 Cached

This paper examines how LLM-driven evolutionary optimization of GPU kernels can fingerprint evaluation configurations, causing 30% of in-distribution wins to fail on held-out settings. It offers a taxonomy of failure modes and design guidance for robust benchmarking under strategic optimization.

0 favorites 0 likes
#gpu-kernels

Retire the Abstractions

Hacker News Top · 2026-08-06 Cached

Hazy Research argues that AI agents are making CUDA DSLs obsolete by generating target-optimized kernel code directly from vague prompts, suggesting abstractions may retire.

0 favorites 0 likes
#gpu-kernels

@vikhyatk: Got sick of hand-tuning GPU kernels, so we built a compiler. Photon 2.0 compiles Moondream, Qwen 3.5, and Gemma 4 into …

X AI KOLs Timeline · 2026-08-03 Cached

Photon 2.0 is a new inference engine and compiler that compiles models like Moondream, Qwen 3.5, and Gemma 4 into megakernels, claiming up to 2.3x throughput over vLLM and SGLang for physical AI workloads.

0 favorites 0 likes
#gpu-kernels

MSLK kernel reference (Website)

TLDR AI · 2026-08-03 Cached

Documentation reference for MSLK 1.3.0, a library of fused GPU kernels for transformer workloads including attention, quantization, GEMM, and MoE routing, supporting CUDA and ROCm with PyTorch integration.

0 favorites 0 likes
#gpu-kernels

The Zen of Parallel Programming: The Posture of a Kernel

Hacker News Top · 2026-07-22 Cached

A blog post exploring parallel programming concepts through the lens of the HipKittens paper, focusing on the eight-wave ping-pong schedule that overlaps computation with memory movement on AMD GPUs, drawing philosophical parallels to Zen principles.

0 favorites 0 likes
#gpu-kernels

@PyTorch: The PyTorch-Triton 3.7 release introduces the Triton Plugin Extensions system, a framework for dynamically loading cust…

X AI KOLs Following · 2026-07-15 Cached

The PyTorch-Triton 3.7 release introduces the Triton Plugin Extensions system, enabling dynamic loading of custom compiler passes and DSL extensions into upstream Triton without forking, with Meta's TLX now supported out of the box.

0 favorites 0 likes
#gpu-kernels

New set of FP4 attention kernels for B300, achieving up to 1.69x speedup over FA4

Reddit r/LocalLLaMA · 2026-07-14 Cached

The FastVideo team releases new FP4 attention kernels for B300, achieving up to 1.69x speedup over FlashAttention 4.

0 favorites 0 likes
#gpu-kernels

@shiposcant: completed reading this: "the better you know something, the better you can prompt the LLMs, because you convert unknown…

X AI KOLs Timeline · 2026-07-09 Cached

A blog post describes using Codex to automatically iterate and optimize GPU kernels, achieving a 212x speedup over baseline. The post highlights how expertise amplifies AI's utility, turning unknown unknowns into known unknowns through a looped experimental workflow.

0 favorites 0 likes
#gpu-kernels

@dejavucoder: my latest blog post "auto-research with codex: how I achieved a 212x faster kernel over baseline with codex in GPU Mode…

X AI KOLs Timeline · 2026-07-08 Cached

Blog post by Sankalp detailing how he used Codex to achieve a 232x faster GPU kernel for QR decomposition in GPU Mode's contest, outlining his auto-research methodology.

0 favorites 0 likes
#gpu-kernels

@ekzhang1: me looking at people like this guy who write real gpu kernels :)

X AI KOLs Timeline · 2026-07-08 Cached

AI model Claude was used to write a FlashAttention forward kernel using the pyptx DSL, achieving near-parity performance with hand-tuned FlashAttention-4 on NVIDIA B200 hardware.

0 favorites 0 likes
#gpu-kernels

@elliotarledge: Claude Fable 5 [max] on KernelBench-Hard. The main kernel that impressed me was a B200 fp8 GEMM: it HAND WROTE raw SM10…

X AI KOLs Timeline · 2026-07-03 Cached

Claude Fable 5 achieves top results on KernelBench-Hard by hand-writing PTX code for B200 fp8 GEMM, outperforming other models and reaching 44-59% of peak performance on compute-bound shapes.

0 favorites 0 likes
#gpu-kernels

@bingxu_: I started INT21 two months ago, and I’m proud to announce that we’re coming out of stealth today with our first product…

X AI KOLs Timeline · 2026-06-16 Cached

INT21 announced PTX Kernel Factory, a self-improving agent swarm that autonomously generates expert-level PTX GPU kernels, with open-source proof-of-concept implementations and beta access.

0 favorites 0 likes
#gpu-kernels

@no_stp_on_snek: My second and late Build Small submission. 10 days, 1 dev: a from-scratch Rust engine + custom GPU kernels vs vLLM on N…

X AI KOLs Following · 2026-06-15 Cached

A developer built a from-scratch Rust inference engine with custom GPU kernels that outperforms vLLM on Nemotron-30B decoding, achieving 75.7 vs 57 tok/s, submitted to the Build Small hackathon.

0 favorites 0 likes
#gpu-kernels

MiniMax Sparse Attention for Million-Token Contexts (GitHub Repo)

TLDR AI · 2026-06-15 Cached

MiniMaxAI releases MSA, a library for dense and sparse attention kernels optimized for NVIDIA SM100 GPUs, enabling efficient processing of million-token contexts with FlashAttention and sparse top-k attention.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback