Sapiens
Technicals

What are FLOPs?

Published June 1, 2026 · 4 min read

WORK VS RATEDistance, not speed.FLOPs is how far you must drive · FLOPS is how fast the car can go.STARTFINISHFLOPs — the whole drive (total operations)FLOPSops / secondA big model is a long road; a fast chip is a high speedometer. Time = distance ÷ speed.

Definition

A FLOP is one piece of decimal-number math (an add or multiply); FLOPs count the total math an AI task needs, while FLOPS measure how many a chip does per second.

At a glance

  • FLOPs (lowercase s) = total work; FLOPS (capital S) = speed. Like distance versus a car’s top speed.
  • One floating-point operation is a single calculation on a decimal number, e.g. 3.2 times 1.7.
  • Counts get huge: mega, giga, tera, peta, exa scale them into millions, billions, and beyond.
  • More FLOPS usually means faster AI and lower cost per task.

The distinction that trips people up

FLOPs is the fixed quantity of math a model needs[1]. FLOPS means operations per second and measures hardware speed[3]. The car analogy: FLOPs is the distance to drive, FLOPS is the car’s top speed[2]. Work divided by speed gives time and cost.

Why it matters for buyers

Bigger FLOP counts mean more electricity, chip time, and cost. Training GPT-4 took about 2.1 x 10^25 FLOPs and tens of millions of dollars[4]. Vendors quote FLOPS to advertise GPU speed, but that is a peak rating; real delivered performance is typically a fraction of it[5].

Bottom line

FLOPs is the size of the job; FLOPS is the speed of the machine that finishes it.

References

  1. What are FLOPs? Model Complexity & Metrics. Ultralytics www.ultralytics.com
  2. FLOP for Quantity, FLOP/s for Performance — Lennart Heim. Lennart Heim blog.heim.xyz
  3. Floating point operations per second. Wikipedia en.wikipedia.org
  4. Over 30 AI models have been trained at the scale of GPT-4. Epoch AI epoch.ai
  5. Understanding Peak, Max-Achievable and Delivered FLOPs. AMD ROCm Blogs rocm.blogs.amd.com

Comments

Questions, corrections, and links welcome. Be specific and civil.

  • Loading comments…