AI Infra Interviews logo
NVIDIA · GPU · reviewed 2026-09-12

NVIDIA H100 80 GB SXM

The common eight-GPU training-node H100. Its fast local GPU fabric is separate from whatever network connects the node to another node.

Memory per accelerator
80 GB

HBM3

Memory bandwidth
3.35 TB/s

Published peak, not measured application throughput

Remember this

GCP A3 Mega, High and Edge all use H100 SXM. Their network bandwidth and placement differ. “Mega” is not a new Hopper chip, and “Edge” does not mean a different 80 GB memory system.

When this is a sensible choice

Start here if…

Start here for a mature CUDA training or serving stack needing tensor parallelism. Eight 80 GB devices provide 640 GB nominal aggregate memory, but every shard still has to fit its assigned device.

Choose another configuration if…

H200 is worth comparing when H100 is memory-limited; a smaller GPU can be better for a small independent service. Profile queueing and attention work before concluding that an H100 needs replacement.

Specifications with their boundaries attached

Architecture
Hopper
Memory
80 GB HBM3
Memory bandwidth
3.35 TB/s per accelerator
Peak compute
989.5 TFLOPS BF16/FP16; 1,979 TFLOPS FP8, dense
Scale-up interconnect
NVLink 4: 900 GB/s bidirectional per GPU; HGX uses NVSwitch
Host attachment
PCIe 5.0 x16
Power
Up to 700 W
Partitioning
Up to seven MIG instances
Catalogue status
Documented product

Compute figures are theoretical peaks at the stated precision. Dense and structured-sparse rates must not be mixed. Bandwidth labelled bidirectional combines both directions. See the source documents.

Follow the bytes · conceptual topology

Three bandwidths, three different jobs

Local memory80 GB HBM3
Compute enginesExecute kernels on these bytes
① Memory bandwidth: 3.35 TB/s
Accelerator AOwn local memory
Accelerator BOwn local memory
Scale-up: NVLink, Infinity Fabric or PCIe
NVLink 4: 900 GB/s bidirectional per GPU; HGX uses NVSwitch
Server AAccelerators + host
Server BAnother fabric domain
③ Scale-out: NICs + switches + placement
InfiniBand, RoCE, EFA or provider-specific transport
A 400 Gb/s NIC has a 50 GB/s raw line-rate equivalent before overhead. A 900 GB/s bidirectional NVLink figure counts traffic in both directions. Neither is the bandwidth at which a GPU reads its own HBM. This diagram explains the boundaries; it is not a wiring diagram for a particular cloud machine.

Where it appears in provider documentation

Documented configurations, checked September 12, 2026. Listing does not guarantee regional stock, quota, allocation size or an on-demand purchase.
Provider / machineNetwork scopeWhat changes the decision
AWS
P5 / P5e / P5en
EFA; up to 3,200 Gb/s on P5en.48xlargeP5 uses H100; P5e and P5en use H200. A family name alone does not specify CPU, network or GPU count.
Google Cloud
A3 High · a3-highgpu-8g
1,000 Gb/s maximum VM egress; GPUDirect-TCPXEight H100 SXM GPUs, 640 GB total HBM. Smaller High shapes have different networking and Spot/Flex-start restrictions.
Google Cloud
A3 Mega · a3-megagpu-8g
1,800 Gb/s maximum VM egress; GPUDirect-TCPXOEight H100 SXM GPUs, 640 GB total HBM. Mega names a cloud system, not a new H100 chip.
Google Cloud
A3 Edge · a3-edgegpu-8g
400 Gb/s; 600 in two documented regionsEight H100 SXM GPUs, 640 GB total HBM; GPUDirect-TCPX. The 600 Gb/s regions are asia-south1 and northamerica-northeast2.
Azure
ND H100 v5
400 Gb/s InfiniBand per GPU; 3,200 per VMEight H100 GPUs. NVLink provides 900 GB/s bidirectional per GPU inside the VM; InfiniBand connects VMs.
Lambda
On-demand GPU instances
Ordinary instance listing does not guarantee cluster fabricB200 and H100 SXM come in multiple GPU counts. H100 PCIe is separately listed: choose the full product name.
Lambda
1-Click Clusters
400 Gb/s InfiniBand per GPU; 3,200 per nodeA separate cluster product with documented rail-optimized fabric. Do not infer it from a single-GPU VM.
CoreWeave
US East region catalogue
InfiniBand appears on designated instance typesThe regional catalogue identifies which configurations carry InfiniBand. Availability and reservations remain zone-specific.
Runpod
GPU type catalogue
Host-specific; require evidence for multi-node fabricServer, workstation and Max-Q RTX PRO names differ. A marketplace GPU listing is not a topology guarantee.
Nebius
GPU VM platform catalogue
Documented H200/B200 configurations use 400 Gb/s InfiniBand NICsMatch the platform identifier and GPU count. BlueField infrastructure networking and training InfiniBand are separate paths.

Model fit and software support

These publisher or serving-engine documents mention this hardware family. They have not been reproduced on our machines.

Date / release scope under review

GLM-5.3-Flash

Multimodal MoE · hybrid attention · MIT

320B · total parameter proxy · 18B active in the main model

320B is the model card’s total; 18B active is not its storage size. The vLLM recipe reports about 306 GiB for the native FP8 checkpoint. Hopper requires BF16 KV for this model; the documented ROCm path targets gfx950, not every Instinct GPU.

Published serving recipe ↗
Compatibility evidence; no local throughput or latency measurement.

Weights verified; precise release day not certified in this reference.

What is the memory floor?

Start with total parameters, then add the memory the workload needs. This arithmetic does not certify a serving configuration. All output sizes below are decimal GB.

Override device capacity with the memory exposed by your allocation, particularly for cloud B300 and partitioned devices. The starting 32 GB budget and 15% reserve are editable teaching assumptions. They are not measurements for the selected model. Mixed-precision tensors, quantization scales, vision encoders and draft models can increase the weight payload.

320 GB

Raw weights only
320B × 8 bits ÷ 8

68 GB

Budget per device
80 GB × (1 − 15%)

6 devices

Arithmetic lower bound
round up ((weights + 32) ÷ budget)

WeightsCache + runtimeRemaining budget

This assumes perfectly balanced sharding. A result of three does not prove that a three-device parallel layout is supported. Check layer/expert divisibility, actual allocatable memory, precision kernels and the fabric before renting.

320B is the model card’s total; 18B active is not its storage size. The vLLM recipe reports about 306 GiB for the native FP8 checkpoint. Hopper requires BF16 KV for this model; the documented ROCm path targets gfx950, not every Instinct GPU. Read the model source ↗

For full training, also budget gradients, optimizer states, activations and communication buffers. The inference weight estimate above is insufficient.

Tokens per second, TTFT and TPOT are not certified for this hardware in our reference. Use the benchmark checklist to compare an exact model, software revision and workload.

Nearby memory capacities, different tradeoffs

These are comparison candidates selected by memory capacity, not performance rankings or drop-in replacements.

NVIDIA A100 80 GB SXM

80 GB · 2.04 TB/s

80 GB of HBM on the SXM4 form factor. A100 remains useful for BF16 training and supported inference, but cannot execute Hopper’s native FP8 Tensor Core path.

NVIDIA A100 80 GB PCIe

80 GB · 1.94 TB/s

80 GB of HBM on the PCIe form factor. A100 remains useful for BF16 training and supported inference, but cannot execute Hopper’s native FP8 Tensor Core path.

NVIDIA H100 80 GB PCIe

80 GB · 2 TB/s

The 80 GB PCIe H100 is a different operating point from the SXM card. The same H100 name does not promise 3.35 TB/s memory bandwidth.

Sources and review scope

Manufacturer and cloud documentation checked 2026-09-12. We reviewed specifications and the stated product boundaries; we did not run training or serving benchmarks on this device. Cloud memory and availability can differ by configuration.

  1. NVIDIA H100 SXM and NVL specifications · checked 2026-09-12

Cite this reference

AI Infra Interviews. NVIDIA H100 80 GB SXM: specifications and workload fit. Reviewed . https://aiinfrainterviews.com/hardware/h100-sxm

Include your access date when citing a changing specification. Link to the specification section for hardware figures or the explanation for a sizing or workload decision.

Research method and limits

We compile manufacturer specifications, cloud documentation, model cards and serving recipes. The reference preserves source units and distinguishes individual devices from nodes and racks. Conflicting figures and unknown fields remain labelled.

Our contribution is the comparison, unit reconciliation, worked arithmetic and workload explanation. Published peaks are vendor specifications. Calculator results are estimates under the displayed assumptions. Neither is a measurement from our own accelerator lab.

For a manufacturer’s specification, consult the original source documents. Cite our page when using its analysis, and retain primary-source attribution for underlying figures. This curated reference does not establish market share, live availability or a universal performance ranking.

Found a discrepancy? Send a correction with the page URL, exact variant, disputed figure and supporting primary document.