InferQuest
← Quest map
Phase 0 · Mental Models

Under the Tensor

What a tensor actually is, and where Python time goes.

0/4 · 270 XP
You’re previewing the curriculum. Sign in (top right) to track progress, take knowledge checks, and unlock the verifiers.
Tasks
  • Tensor vs Storage, strides, dispatch, autograd — from a PyTorch core dev.

    read+40 XPresource ↗
  • Sasha Rush's drills: broadcasting fluency without loops. Do all of them.

    build+80 XPresource ↗
  • Engine host overhead (scheduler, API server) is Python. Find a real bottleneck in any project you own.

    bench+50 XPresource ↗
  • CMU 10-714 hw3-style: views share one flat buffer (zero copy), plus a compact() that materializes. This indexing math underlies paged-KV layouts, Triton pointer arithmetic, and coalescing analysis.

    build+100 XPresource ↗