kernels

Tag

Cards List
#kernels

@TheAhmadOsman: Inference Engineering simply is - Encodings that can be loaded - Operations on said encodings implemented by backends -…

X AI KOLs Timeline · 22h ago Cached

A tweet explains the core components of inference engineering: loadable encodings, backend operations, and native hardware arithmetic, with a discussion on kernels and GPU efficiency.

0 favorites 0 likes
#kernels

@liao_lucas: https://x.com/liao_lucas/status/2097149853499588971

X AI KOLs Following · 2026-09-08 Cached

This article provides an introduction to GPU kernels in the context of AI inference and performance engineering, explaining their definition, how they are used, and the advantages of custom kernels for optimization.

0 favorites 0 likes
#kernels

Introducing @huggingface/kernels: 200+ WebGPU Kernels for Local AI

Hugging Face Blog · 2026-09-01 Cached

Hugging Face releases 207 WebGPU kernels for local AI inference in browsers, along with a JavaScript loader library and a benchmarking tool called Fleet.

0 favorites 0 likes
#kernels

366 t/s Qwen3.6 27B NVFP4 on v100s

Reddit r/LocalLLaMA · 2026-08-11

Introduces v100-skinny, a custom kernel library enabling fast NVFP4 inference on V100 (sm70) GPUs, achieving 366 t/s for Qwen3.6 27B in best-case extraction, with lower speeds for structured generation and code.

0 favorites 0 likes
#kernels

@ycombinator: At our latest YC Paper Club, researchers and builders presented on multi-GPU kernels, intelligence per watt, heterogene…

X AI KOLs Timeline · 2026-07-29 Cached

Y Combinator hosted a Paper Club where researchers presented innovations in multi-GPU kernel optimization, including ParallelKittens, a CUDA framework that simplifies development of overlapped multi-GPU kernels and achieves significant speedups across workloads.

0 favorites 0 likes
#kernels

@QuixiAI: QuixiAI/ThunderKittens and QuixiAI/ThunderMittens are now rebranded to QuixiCore-CUDA and QuixiCore-Metal Announcing Qu…

X AI KOLs Following · 2026-07-06 Cached

QuixiAI rebrands ThunderKittens and ThunderMittens into QuixiCore-CUDA and QuixiCore-Metal, creating a unified family of cross-platform kernels for AI workloads.

0 favorites 0 likes
#kernels

@levidiamode: 183/365 of GPU Programming This 4.5 hour lesson on CUDA + ThunderKittens by @bfspector (TK co-author, Stanford PhD stud…

X AI KOLs Timeline · 2026-07-05 Cached

A highly recommended 4.5-hour GPU programming lesson on CUDA and ThunderKittens by Ben Spector, offering an in-depth, behind-the-scenes look at kernel optimization.

0 favorites 0 likes
#kernels

@QuixiAI: QuixiAI/ThunderMittens (fork from @HazyResearch) Porting ThunderKittens (and literally everything else) to Metal. Now w…

X AI KOLs Following · 2026-06-29 Cached

QuixiAI ported ThunderKittens to Metal, enabling kernel support on MPS and MLX for training models on Mac.

0 favorites 0 likes
#kernels

@PyTorch: One runtime, multiple GPU architectures, and zero vendor-specific model code. In this blog post, the TokenSpeed team @l…

X AI KOLs Following · 2026-06-25 Cached

TokenSpeed-Kernel is a portable, high-performance kernel system for LLM inference that enables zero vendor-specific model code and supports multiple GPU architectures, achieving up to 3.6x higher throughput on AMD MI355X.

0 favorites 0 likes
#kernels

A Tiny Compiler for Data-Parallel Kernels

Hacker News Top · 2026-06-25 Cached

A blog post describing a tiny compiler that demonstrates how to lower data-parallel kernels by converting for loops into vectorized loops with lanes and masks, implemented in ~180 lines of Python.

0 favorites 0 likes
#kernels

@elliotarledge: just downloaded 16,459 kernels from a @SakanaAILabs dataset and compiling + benchmarking them. great open source datase…

X AI KOLs Following · 2026-06-16 Cached

Downloaded and compiled 16,459 CUDA kernels from SakanaAI's open-source dataset, benchmarking them for performance.

0 favorites 0 likes
#kernels

@TheAhmadOsman: Currently working on 4 different articles to post on X and add to the 6 listed articles below They’ll be covering - LLM…

X AI KOLs Timeline · 2026-06-07 Cached

Ahmad Osman announces four upcoming articles covering LLM decoding/prefilling, LLM kernels, and hardware comparisons (CPUs, GPUs, Tenstorrent, Apple Silicon), building on his existing 'Local LLMs From Zero to Hero' series.

0 favorites 0 likes
#kernels

@TheAhmadOsman: You don’t “run a model” You run Kernels The model is just a graph The Inference Engine is scheduler / optimizer / execu…

X AI KOLs Following · 2026-06-06 Cached

The tweet explains that running AI models is really about running optimized kernels, and that inference engines and their kernel implementations are critical for performance, not just the model or hardware.

0 favorites 0 likes
#kernels

Rewriting model inference with CUDA kernels: the bottleneck was not just GEMM [P]

Reddit r/MachineLearning · 2026-05-18

Author describes building FlashRT, a CUDA-first inference runtime that rewrites model inference paths with C++/CUDA kernels to address bottlenecks beyond GEMM for small-batch/realtime workloads, achieving significant latency improvements on Jetson Thor and RTX 5090. The article discusses lessons on precision (FP8 helpful, FP4 mixed) and the need to bypass generic runtimes for realtime inference.

0 favorites 0 likes
#kernels

@RisingSayak: The kernels project at Hugging Face has been growing! We want it to be the go-to place for kernel devs and kernel users…

X AI KOLs Following · 2026-05-15 Cached

Hugging Face's kernels project is expanding and seeking contributors for agentic kernel development to provide real optimization value to models.

0 favorites 0 likes
#kernels

Deepseek has released DeepEP V2 and TileKernels.

Reddit r/LocalLLaMA · 2026-04-23

Deepseek open-sourced DeepEP V2 and TileKernels, new GPU kernel libraries aimed at accelerating AI workloads.

0 favorites 0 likes
← Back to home

Submit Feedback