kernel-optimization

Tag

Cards List
#kernel-optimization

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

arXiv cs.LG · 7h ago 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
#kernel-optimization

Kernel Forge: An Agent Harness for LLM-based Generation and Optimization of CUDA Kernels

arXiv cs.AI · 2026-07-29 Cached

Kernel Forge is an open-source agent harness that uses LLMs and Monte Carlo Tree Search to automatically generate and optimize CUDA kernels for any unmodified PyTorch model, achieving up to 2.83× speedup on softmax in Gemma 4 E2B.

0 favorites 0 likes
#kernel-optimization

Spent two weeks on a kernel that benchmarked 29x faster. End to end it's maybe 6-10%, and it's not even wired in yet.

Reddit r/LocalLLaMA · 2026-07-24

The author optimized a matmul kernel for BitNet's ternary models on CPU, achieving 29x speedup in isolation, but found that the model is memory-bound, resulting in only 6-10% end-to-end gain. The inference engine is available as open-source.

0 favorites 0 likes
#kernel-optimization

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

arXiv cs.AI · 2026-07-24 Cached

SonicSampler presents a unified suite of tile-aware Triton kernels that vertically fuse the entire LLM sampling pipeline, supporting dynamic per-request behaviors and speculative verification, achieving up to 16x speedup over state-of-the-art baselines.

0 favorites 0 likes
#kernel-optimization

JAXBench: Benchmarking Autonomous TPU Kernel Optimization

arXiv cs.AI · 2026-07-24 Cached

JAXBench is a new benchmark suite of 50 JAX workloads for evaluating AI-generated kernel optimization on Google Cloud TPUs, with hand-tuned baselines and an agent evaluation harness. The paper finds that conditioning on curated TPU documentation significantly improves correctness and speedup, with Autocomp beam-search achieving up to 1.6x geomean speedup over XLA on hand-tuned kernels.

0 favorites 0 likes
#kernel-optimization

@gpuwaster: 61/100 of GPU Grind going through this GTC 2020 lecture: Developing CUDA kernels to push Tensor Cores to the Absolute L…

X AI KOLs Timeline · 2026-07-11 Cached

The author, as part of a 100-part GPU learning series, reviews a GTC 2020 lecture by Andrew Kerr on developing high-performance CUDA kernels for Tensor Cores on NVIDIA A100, discussing techniques and the trade-off between raw CUDA and CUTLASS.

0 favorites 0 likes
#kernel-optimization

@realSharonZhou: We need better GPU performance benchmarks for RLing capabilities into frontier models for RSI, and I have a few ideas. …

X AI KOLs Timeline · 2026-07-05 Cached

Sharon Zhou proposes a vendor-agnostic, kernel-level GPU performance benchmark to help AI agents optimize compute efficiency for frontier models, and highlights AMD's AgentKernelArena as a starting point.

0 favorites 0 likes
#kernel-optimization

@reach_vb: I’ve got a ton of personal side projects I want to tackle with Sol: 1. Optimise MTP support in llama.cpp (to find low h…

X AI KOLs Timeline · 2026-07-02 Cached

The user shares plans to use Sol for optimizing MTP support in llama.cpp, standardizing chat templates, reviving an abandoned whisper project, finishing a personal finance app, and kernel optimization.

0 favorites 0 likes
#kernel-optimization

@googlegemma: “Agentic kernel optimization is the future of on-device inference” @xenovacom used Fable 5 to write kernels that pushed…

X AI KOLs Timeline · 2026-07-01 Cached

Xenova used Fable 5 to write optimized kernels achieving 255 tokens per second for Gemma 4 on WebGPU with M4, demonstrating agentic kernel optimization for on-device inference.

0 favorites 0 likes
#kernel-optimization

@h100envy: PyTorch core engineer at Meta turned CUDA kernel writing into a sport in 13 minutes - better than $1500 GPU programming…

X AI KOLs Timeline · 2026-06-30 Cached

A PyTorch core engineer at Meta demonstrated a fast CUDA kernel optimization loop that outperforms expensive bootcamps, with the winning code merged into PyTorch via the KernelBot competition.

0 favorites 0 likes
#kernel-optimization

Linux 7.2 Improves Anonymous/Unnamed Pipe Performance For Shell Pipelines & More

Lobsters Hottest · 2026-06-27 Cached

Linux 7.2 kernel merges a performance optimization for anonymous/unnamed pipes, improving throughput by 6-48% and reducing latency by 17-33% by pre-allocating pages outside of mutex lock to avoid contention.

0 favorites 0 likes
#kernel-optimization

@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
#kernel-optimization

@levidiamode: 163/365 of GPU Programming Looking at a few different agentic GPU kernel optimization systems today. The two I'm most i…

X AI KOLs Timeline · 2026-06-15 Cached

A tweet discussing two agentic GPU kernel optimization systems: Auto GPU Kernel by @dogacel0 and Kernel Design Agents from @songhan_mit's lab, both winners at the MLSys Sparse Attention FlashInfer competition. The thread highlights different approaches using subagents and Claude skills for GPU programming.

0 favorites 0 likes
#kernel-optimization

@charles_irl: A tl;dr for folks who don't care how many warpgroups FA4 devotes to softmax vs MMA loads. Inference is different from t…

X AI KOLs Following · 2026-06-11 Cached

Explains that inference kernels differ from training, with Flash Attention 4 focusing on changing parallelism across KV and supporting small irregular loads.

0 favorites 0 likes
#kernel-optimization

@charles_irl: Last fall, we shared our deep dive on FA4 internals. But we didn't stop at grokking the kernel. Since then, we've been …

X AI KOLs Following · 2026-06-11 Cached

A blog post details contributions to FlashAttention-4 to improve its performance for large language model inference, especially for decode-heavy workloads, by adjusting parallelism strategies and supporting irregular memory accesses.

0 favorites 0 likes
#kernel-optimization

@_akhaliq: GPU Forecasters Language Models as Selective Surrogates for Kernel Runtime Optimization

X AI KOLs Following · 2026-06-02 Cached

This paper proposes using language models as selective surrogates to optimize GPU kernel runtime, demonstrating a novel approach to performance forecasting.

0 favorites 0 likes
#kernel-optimization

Alibaba's Qwen3.7-Max Ran Autonomously for 35 Hours on Unfamiliar Hardware. It Still Kept Getting Better.

Reddit r/ArtificialInteligence · 2026-05-25 Cached

Alibaba's Qwen3.7-Max model autonomously optimized a production kernel on unfamiliar T-Head PPU hardware over 35 hours, making 1,158 tool calls and achieving a 10x speedup, demonstrating sustained autonomous agentic behavior without human guidance.

0 favorites 0 likes
#kernel-optimization

@ickma2311: Efficient AI Lecture 13: LLM Deployment Techniques The lecture helped me understand AWQ, vLLM, and FlashAttention very …

X AI KOLs Timeline · 2026-05-13 Cached

A lecture on LLM deployment techniques covering AWQ, vLLM, FlashAttention, quantization, and activation smoothing for efficient serving.

0 favorites 0 likes
#kernel-optimization

Metal-Sci: A Scientific Compute Benchmark for Evolutionary LLM Kernel Search on Apple Silicon

Hugging Face Daily Papers · 2026-05-10 Cached

Metal-Sci introduces a 10-task benchmark for optimizing scientific computing kernels on Apple Silicon, paired with an evolutionary search framework driven by large language models. The study evaluates models like Claude Opus 4.7, Gemini 3.1 Pro, and GPT 5.5, demonstrating significant speedups while using out-of-distribution testing to catch silent performance regressions.

0 favorites 0 likes
#kernel-optimization

@xenovacom: Opus 4.7 just wrote a custom WebGPU kernel that runs Qwen3.5 up to 13x faster using a fused LinearAttention op! Agentic…

X AI KOLs Following · 2026-04-23 Cached

Opus 4.7 auto-generated a custom WebGPU kernel that accelerates Qwen3.5 inference up to 13× via fused LinearAttention, now shipping in Transformers.js v4.2.0.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback