gpu-kernels

Tag

Cards List
#gpu-kernels

CODA: Rewriting Transformer Blocks as GEMM-Epilogue Programs

Hacker News Top · 2026-05-22 Cached

Introduces CODA, a GPU kernel abstraction that expresses Transformer operations as GEMM-plus-epilogue programs to reduce data movement, covering nearly all non-attention computation in a Transformer block.

0 favorites 0 likes
#gpu-kernels

@hamzaelshafie: New in-depth blog post: "Dissecting ThunderKittens: Anatomy of a Compact DSL for High-Performance AI Kernels" This post…

X AI KOLs Following · 2026-05-21 Cached

A detailed blog post dissecting ThunderKittens, a compact DSL for high-performance AI kernels, including a bottom-up analysis of its abstractions and a benchmark implementing a non-causal attention prefill kernel that outperforms FlashAttention-2 by ~1.55x and matches FlashAttention-3.

0 favorites 0 likes
#gpu-kernels

Schanuel's Conjecture and the Semantics of Triton's FPSan

Hacker News Top · 2026-05-16 Cached

FPSan is a Triton compiler pass that enables verification of algebraic equivalence of floating-point programs by replacing floating-point operations with integer operations, relying on Schanuel's conjecture for correctness.

0 favorites 0 likes
#gpu-kernels

@Modular: Mojo has minimal boilerplate, a strict type system, and compile-time validation of code, all things that make it well-s…

X AI KOLs Following · 2026-05-13 Cached

Modular releases open-source Mojo agent skills to help AI coding agents produce correct, idiomatic Mojo code, including a demo translating CUDA kernel code to Mojo. Mojo's minimal boilerplate, strict type system, and compile-time validation make it suitable for agentic workflows.

0 favorites 0 likes
#gpu-kernels

@leloykun: [WIP] Blog post on Lean4-to-TileLang Tensor Program Superoptimizer here:

X AI KOLs Following · 2026-05-12 Cached

A technical blog post introduces a Lean4-to-TileLang tensor program superoptimizer that automatically generates optimized GPU/TPU kernels and hyperparameter scaling laws, demonstrating performance gains over torch.compile.

0 favorites 0 likes
#gpu-kernels

A hackable compiler to generate efficient fused GPU kernels for AI models [P]

Reddit r/MachineLearning · 2026-05-11

The author presents a custom, hackable ML compiler written in Python that lowers LLMs to optimized CUDA kernels through a multi-stage IR pipeline, achieving performance competitive with or superior to PyTorch on specific operations. The article details the compiler's optimization passes, lowering rules, and CLI usage for generating efficient fused GPU kernels.

0 favorites 0 likes
#gpu-kernels

KernelBench-X: A Comprehensive Benchmark for Evaluating LLM-Generated GPU Kernels

Hugging Face Daily Papers · 2026-05-06 Cached

KernelBench-X is a new benchmark for evaluating LLM-generated GPU kernels, revealing that task structure impacts correctness more than method design and that correctness does not guarantee hardware efficiency.

0 favorites 0 likes
#gpu-kernels

AdaExplore: Failure-Driven Adaptation and Diversity-Preserving Search for Efficient Kernel Generation

arXiv cs.CL · 2026-04-21 Cached

Researchers from Carnegie Mellon, University of Washington, and Arm propose AdaExplore, an LLM agent framework for GPU kernel code generation that achieves 3.12× and 1.72× speedups on KernelBench Level-2 and Level-3 benchmarks through failure-driven adaptation and diversity-preserving search, without additional fine-tuning.

0 favorites 0 likes
#gpu-kernels

C++ CuTe / CUTLASS vs CuTeDSL (Python) in 2026 — what should new GPU kernel / LLM inference engineers actually learn?[D]

Reddit r/MachineLearning · 2026-04-20

Discussion of the shift in GPU kernel engineering from C++ CuTe/CUTLASS to NVIDIA's Python-based CuTeDSL, questioning whether new engineers should learn legacy C++ templates or prioritize the emerging stack for LLM inference work.

0 favorites 0 likes
#gpu-kernels

Block-sparse GPU kernels

OpenAI Blog · 2017-12-06 Cached

OpenAI releases block-sparse GPU kernels, a tool for efficient sparse matrix multiplication on GPUs that reduces computation and memory requirements for neural network operations.

0 favorites 0 likes
#gpu-kernels

deepseek-ai/DeepGEMM

GitHub Trending (daily) · 2026-04-21 Cached

DeepSeek releases DeepGEMM, a high-performance CUDA kernel library for LLM computation primitives including FP8/FP4/BF16 GEMMs, fused MoE with overlapped communication, and MQA scoring, compiled at runtime via JIT with no installation-time CUDA compilation required. The library achieves up to 1550 TFLOPS on H800 and matches or exceeds expert-tuned libraries across various matrix shapes.

0 favorites 0 likes
← Previous
← Back to home

Submit Feedback