Identify the NVIDIA H100: what generation, what memory, what tensor-core formats?
The H100 is NVIDIA's Hopper-generation data-center GPU, 80 GB HBM3 at 3.35 TB/s, with native FP8 tensor cores; it has been the LLM serving workhorse since 2023.
Picture the standard kitchen most professional chefs cooked in for the last few years. It has a fridge of a certain size, a counter that can hold a certain amount of work, and a stove that can run at a specific top speed. The H100 is that kitchen for LLM serving. It carries 80 gigabytes of fast memory, can move data in and out of that memory at roughly 3.35 terabytes per second, and has special-purpose math units that can chew through numbers at extraordinary speed, especially at a new tiny number format that earlier kitchens did not understand. It launched in 2022, replaced the older A100 across most LLM workloads, and remains everywhere in 2026 even though newer kitchens have started arriving.
Detailed answer & concept explanation~7 min readEverything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
5 min: anchor H100 as Hopper-generation with 80 GB HBM3 at 3.35 TB/s, walk through native FP8 tensor cores and peak rates, compare against A100 and the newer H200 and B200, then close on the Transformer Engine and operational role of H100 in 2026 serving.
Real products, models, and research that use this idea.
- OpenAI's GPT-5.5 serving fleet runs primarily on H100 and H200 clusters with FP8 quantisation.
- Anthropic deploys Claude Opus 4.7 across multi-node H100 SXM nodes with NVLink-coupled tensor parallel.
- Together AI and Modal price H100 SXM at about 3 to 4 dollars per GPU-hour for on-demand serving as of 2026.
- Meta's Llama 3.1 405B reference inference recipes target 8x H100 with FP8 weights and BF16 attention.
- DeepSeek V4's training run famously used H800 GPUs (China-export-compliant H100 variant) at large scale.
What an interviewer would ask next. Try answering before peeking at the approach.
QWhy did the H100 push so much harder on FP8 than the A100 did on INT8?
QHow does the H200 differ from the H100 for LLM serving in practice?
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
Red flags and common mistakes that signal junior thinking. Click to expand.
Treating H100 as just a faster A100. The big architectural change is native FP8 tensor cores and roughly 2x the HBM bandwidth, both of which reshape how LLM serving sizes batch and quantises weights.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.
Same topic, related formats. Practice these next.