TPUs are compute monsters built around one thing — matrix multiplication.
Understanding when they actually hit peak FLOPs — and when they don't — usually means dense roofline math on paper.
tflop.dev turns that math into three interactive widgets: a roofline plotter, an op-cost calculator, and a systolic-array simulator you can scrub cycle by cycle.
What's this for? Building intuition about TPU performance — the kind that's hard to extract from roofline equations on a page. These widgets are the sandbox.
Audience. ML researchers, infra engineers, and students working through Google DeepMind's How to Scale Your Model who want to feel the math instead of just reading it.