InferQuest
← Quest map
Phase 4 · Kernelcraft

The Triton Track

Python-first kernels are how 2026 writes them.

0/3 · 450 XP
You’re previewing the curriculum. Sign in (top right) to track progress, take knowledge checks, and unlock the verifiers.
Tasks
  • Vector add → fused softmax → matmul → layernorm → fused attention. This IS the curriculum.

    kernel+150 XPresource ↗
  • kernel+100 XPresource ↗
  • Row-wise softmax in Triton: correct on odd shapes and large logits, and measured within 25% of torch.softmax on (4096, 4096).

    kernel+200 XPauto-verified