Posts
All the articles I've posted.
-
[TIL] Tilelang Element-wise Op & Vectorization
Notes on three TileLang vector-add kernels, how vectorization appears in IR/CUDA/PTX, and why one-element-per-thread leaves bandwidth on the table.
-
[Book Club] FlashAttention: Fast and Memory-Efficient Exact Attention with IO-Awareness
Paper reading notes on FlashAttention, online softmax, IO complexity, and block-sparse attention.
-
[TIL] Multihead Attention
-
[Book Club] TileLang: Bridge Programmability And Performance In Modern Neural Kernels