← Back to blog
2026-07-26
Writing My First GPU Kernel
Built my first Triton kernel today (vector add), following the official tutorial. Correctness confirmed (max diff = 0.0 vs PyTorch), and it matches PyTorch's throughput almost exactly on a T4 GPU.
Next: a kernel where there's actual room to beat the baseline (softmax).
