@ariG23498: I was fascinated when I first heard about kernel fusion from @cHHillee's blog post "Making Deep Learning Go Brrrr From …

X AI KOLs Timeline News

Summary

The author shares excitement about kernel fusion and demonstrates using HuggingFace's kernels project to profile a GeGLU FFN fused Liger kernel, noting the profile's beauty.

I was fascinated when I first heard about kernel fusion from @cHHillee's blog post "Making Deep Learning Go Brrrr From First Principles" (yes, I am a big fan of this post). I am still a novice in kernel programming so could not build a fused kernel myself. The `kernels` project from @huggingface came to the rescue. I could choose from the 100s of kernels on the Hub and profile it. In the blog, we use the GeGLU FFN fused Liger kernel, and the profile is beautiful.
Original Article
View Cached Full Text

Cached at: 06/16/26, 11:43 PM

I was fascinated when I first heard about kernel fusion from @cHHillee’s blog post “Making Deep Learning Go Brrrr From First Principles” (yes, I am a big fan of this post).

I am still a novice in kernel programming so could not build a fused kernel myself. The kernels project from @huggingface came to the rescue. I could choose from the 100s of kernels on the Hub and profile it.

In the blog, we use the GeGLU FFN fused Liger kernel, and the profile is beautiful.

Similar Articles

🤗 Kernels: Major Updates

Hugging Face Blog

Hugging Face introduces major updates to its Kernels project, including a new repository type on the Hub, improved security with trusted publishers and kernel signing, revamped CLIs, expanded framework/backend support, and a foundation for agentic kernel development.

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

Reddit r/MachineLearning

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.