Manual · GPU

A100: the Ampere workhorse

The GPU that trained the first generation of frontier models. TF32, MIG, 80GB HBM2e, and the architecture that defined "datacenter GPU".

A100 is the GPU that trained GPT-3 and the first wave of frontier models. It's Ampere, the architecture that made tensor cores the defining feature of a datacenter GPU. Understanding A100 means understanding where the modern era started.

What changed from V100

The numbers

Why it matters for inference

A100 is where the serving story begins. Its 80GB was the first time a serious model could fit on one GPU: a 13B model in FP16 is ~26GB, leaving room for KV cache. Its MIG feature is why "GPU sharing" exists as a concept, and why cloud providers could slice GPUs for smaller workloads.

It's also the baseline every comparison uses. When NVIDIA says "B200 is 30x faster than A100 for inference", the A100 is the yardstick. And for serving, MIG means you can run 7 small models on one A100, each isolated.

Sources

Back to the manual