vibe-infer: Learning GPU Programming with Claude Code
blog.vtemian.com
vibe-infer: Learning GPU Programming with Claude Code
1–2 of 2 posts
Re: vibe-infer: Learning GPU Programming with Claude Code
#2Great writeup. The three-pass softmax is where everyone
gets stuck — subtracting the max for numerical stability
is one of those things you can't learn from a textbook.
The pain points you hit (byte alignment, dispatch dims, strict typing) make me wonder if there's a sweet spot between raw WGSL and "import pytorch" that keeps you close to the metal without all the papercuts.