Compute Comparison
NVIDIAAmpere2020

A100 SXM4 40GB

SXM4 form factor A100 40GB with NVLink 3.0. Lower VRAM than 80GB but full NVLink bandwidth for multi-GPU training.

VRAM
40GB
HBM2e
FP16
312.0
TFLOPS
Bandwidth
1.6k
GB/s
TDP
300W
power
Best for:ML trainingMulti-GPU NVLink setupsResearch workloads

A100 SXM4 40GB Overview

The A100 SXM4 40GB is a Ampere-generation NVIDIA GPU built on the GA100 architecture, manufactured on a TSMC 7nm process node with 54.2 billion transistors. Released in 2020, it delivers 312 TFLOPS of FP16 throughput and 312 TFLOPS BF16 — the two precision formats most commonly used for transformer model training and inference. The GA100 architecture represents NVIDIA's approach to balancing compute throughput, memory bandwidth, and power efficiency for data center AI workloads. At 300W TDP, the A100 SXM4 40GB sits in the mid-range data center tier (300W), fitting standard GPU server form factors.

Memory capacity is 40GB of HBM2e with 1555 GB/s bandwidth. This determines which models can run without quantization: approximately 20B parameters at FP16 (2 bytes/param), 40B at INT8 (1 byte/param), or up to 80B parameters at INT4/GGUF quantization (0.5 bytes/param). These figures are theoretical maximums — actual capacity is reduced by KV cache, framework overhead, and activation memory, typically by 10–20% for inference and 30–40% for training. The arithmetic intensity ceiling is approximately 201 FLOP/byte (312 TFLOPS ÷ 1555 GB/s). Most autoregressive LLM inference falls well below this threshold, making the 1555 GB/s memory bandwidth the binding constraint on tokens-per-second throughput rather than raw TFLOPS.

Multi-GPU configurations are a first-class use case for the A100 SXM4 40GB. NVLink 3.0 / SXM4 provides 600 GB/s of bidirectional NVLink bandwidth between cards, enabling tensor-parallel inference across multiple GPUs with near-linear VRAM scaling. A two-card configuration provides 80GB of pooled VRAM — sufficient for 40B parameter models at FP16 — while a four-card setup reaches 160GB. NVLink's low-latency, high-bandwidth fabric makes all-reduce operations in data-parallel training significantly faster than PCIe-based alternatives, which top out at ~64 GB/s bidirectional for PCIe 5.0 x16.

The primary workloads for the A100 SXM4 40GB are ML training, Multi-GPU NVLink setups, Research workloads. SXM4 form factor A100 40GB with NVLink 3.0. Lower VRAM than 80GB but full NVLink bandwidth for multi-GPU training. Key limitations to factor into your evaluation: Only 40GB VRAM — limits to ~30B models at FP16; No FP8 support; Higher cost than PCIe variant for inference-only workloads. When comparing this GPU against alternatives at similar price points, the most important metrics are memory bandwidth (for inference throughput), VRAM capacity (for model size), and FP16/BF16 TFLOPS (for training speed). Raw TFLOPS figures can be misleading for inference — a GPU with lower TFLOPS but higher memory bandwidth will often outperform a higher-TFLOPS card on tokens-per-second for memory-bound autoregressive generation.

In the broader GPU market, the A100 SXM4 40GB is a 6-year-old design that is increasingly being replaced by newer architectures in cloud deployments, though it remains available at competitive rental rates. CUDA compatibility is a significant advantage: the A100 SXM4 40GB benefits from the full NVIDIA software ecosystem including cuDNN, TensorRT, FlashAttention, and all major inference frameworks (vLLM, TGI, TensorRT-LLM). CUDA's maturity means optimized kernels are available for virtually every model architecture. For cloud rental, availability varies significantly by provider — some specialize in this GPU tier while others may have limited stock. Compare on-demand and spot pricing across providers using the rental comparison table on this page, and factor in region availability if latency is a concern for your inference workload.

Memory

VRAM40 GB
Memory TypeHBM2e
Bandwidth1555 GB/s
NVLink BW600 GB/s

Compute Performance

FP3219.5 TFLOPS
FP16312 TFLOPS
BF16312 TFLOPS
INT8624 TOPS

Hardware

ArchitectureGA100
GenerationAmpere
Process NodeTSMC 7nm
Transistors54.2B
TDP300 W
InterconnectNVLink 3.0 / SXM4
Release Year2020

Relative Performance

FP16 Compute4%
VRAM Capacity14%
Mem Bandwidth10%

Relative to highest-spec GPU in database

Limitations

Only 40GB VRAM — limits to ~30B models at FP16
No FP8 support
Higher cost than PCIe variant for inference-only workloads

Live Cloud PricingOn-demand hourly rates

Loading live prices…

Compare A100 SXM4 40GB vs…

Use Case Guidance

ML training
Multi-GPU NVLink setups
Research workloads

LLM Model Size Guidance

Max model (FP16)~20Bparameters at FP16 precision
Max model (INT8)~40Bparameters at INT8 precision
Max model (INT4)~80Bparameters at INT4/GGUF

Estimates only. Actual capacity depends on context length, KV cache, and framework overhead.

Related Guides

LLM APIs Running on This GPU Class

Providers that serve frontier LLM inference on Ampere-class hardware.

Browse all 42 LLM models

Related GPUs

Frequently Asked Questions

How much VRAM does the A100 SXM4 40GB have?

The A100 SXM4 40GB has 40GB of HBM2e memory with 1555 GB/s bandwidth. This enables running models up to approximately 80B parameters at INT4 precision, 40B at INT8, or 20B at FP16.

What is the FP16 performance of the A100 SXM4 40GB?

The A100 SXM4 40GB delivers 312 TFLOPS of FP16 performance and 312 TFLOPS BF16. INT8 throughput is 624 TOPS. For transformer inference, memory bandwidth (1555 GB/s) is often the binding constraint rather than raw TFLOPS.

What is the A100 SXM4 40GB best used for?

The A100 SXM4 40GB is best suited for: ML training, Multi-GPU NVLink setups, Research workloads. SXM4 form factor A100 40GB with NVLink 3.0. Lower VRAM than 80GB but full NVLink bandwidth for multi-GPU training.

What interconnect does the A100 SXM4 40GB use?

The A100 SXM4 40GB uses NVLink 3.0 / SXM4 with 600 GB/s NVLink bandwidth for multi-GPU configurations. NVLink enables near-linear tensor-parallel scaling across multiple cards for models that exceed single-card VRAM.

What LLM model sizes can the A100 SXM4 40GB run?

With 40GB of HBM2e, the A100 SXM4 40GB can run models up to approximately 20B parameters at FP16 (2 bytes/param), 40B at INT8 (1 byte/param), or 80B at INT4/GGUF (0.5 bytes/param). These are estimates — actual capacity depends on context length, KV cache size, and framework overhead. Longer context windows require more KV cache memory, reducing the effective model size that fits.

How does the A100 SXM4 40GB compare to the A100 for LLM inference?

The A100 SXM4 40GB has 312 TFLOPS FP16 vs the A100 80GB's 312 TFLOPS, and 1555 GB/s memory bandwidth vs the A100's 2,039 GB/s. For memory-bound autoregressive LLM inference, bandwidth is the primary determinant of tokens-per-second. The A100's higher bandwidth gives it a throughput advantage for large model inference, despite the A100 SXM4 40GB's lower cost.

What is the power consumption of the A100 SXM4 40GB?

The A100 SXM4 40GB has a TDP (Thermal Design Power) of 300W. This is the maximum sustained power draw under full load. For data center deployments, total rack power consumption is typically 1.2–1.5× the GPU TDP when accounting for CPU, memory, networking, and cooling overhead. At 300W, the A100 SXM4 40GB is in the mid-range tier — compatible with standard data center power infrastructure.

Ready to rent?

Compare A100 SXM4 40GB prices across 97+ providers

Live on-demand & spot rates · monthly cost estimates · availability status

Compare rental prices