Compute Comparison
AMDCDNA 22021

MI250X 128GB

Dual-die AMD CDNA 2 GPU. 128GB HBM2e across two dies. Predecessor to MI300X. Available on AWS (p4de) and select cloud providers at competitive pricing.

VRAM
128GB
HBM2e
FP16
383.0
TFLOPS
Bandwidth
3.3k
GB/s
TDP
560W
power
Best for:Large model trainingMemory-bound HPCAMD ROCm workloads

MI250X 128GB Overview

The MI250X 128GB is a CDNA 2-generation AMD GPU built on the Aldebaran architecture, manufactured on a TSMC 6nm process node with 58 billion transistors. Released in 2021, it delivers 383 TFLOPS of FP16 throughput and 383 TFLOPS BF16 — the two precision formats most commonly used for transformer model training and inference. The Aldebaran architecture represents AMD's approach to balancing compute throughput, memory bandwidth, and power efficiency for data center AI workloads. At 560W TDP, the MI250X 128GB sits in the high-power data center tier (560W), compatible with standard high-density GPU server configurations.

Memory capacity is 128GB of HBM2e with 3277 GB/s bandwidth. This determines which models can run without quantization: approximately 64B parameters at FP16 (2 bytes/param), 128B at INT8 (1 byte/param), or up to 256B 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 117 FLOP/byte (383 TFLOPS ÷ 3277 GB/s). Most autoregressive LLM inference falls well below this threshold, making the 3277 GB/s memory bandwidth the binding constraint on tokens-per-second throughput rather than raw TFLOPS.

The MI250X 128GB uses Infinity Fabric / PCIe 4.0 for host connectivity. Without NVLink, VRAM cannot be pooled across multiple cards — the single-card 128GB capacity is the hard ceiling for model size without model sharding over slower PCIe. For workloads that exceed 128GB, the alternative is pipeline parallelism (splitting model layers across cards) rather than tensor parallelism, which introduces inter-card communication overhead at each layer boundary. This makes the MI250X 128GB best suited for workloads that fit within a single card's VRAM budget.

The primary workloads for the MI250X 128GB are Large model training, Memory-bound HPC, AMD ROCm workloads. Dual-die AMD CDNA 2 GPU. 128GB HBM2e across two dies. Predecessor to MI300X. Available on AWS (p4de) and select cloud providers at competitive pricing. Key limitations to factor into your evaluation: Dual-die design — software must handle NUMA topology; ROCm ecosystem lags CUDA maturity; Lower FP16 throughput than NVIDIA H100 at similar price points. 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 MI250X 128GB is a 5-year-old design that is increasingly being replaced by newer architectures in cloud deployments, though it remains available at competitive rental rates. Software compatibility is a key consideration: AMD's ROCm stack supports PyTorch, TensorFlow, and JAX, but the ecosystem is less mature than CUDA. Some libraries (FlashAttention, certain quantization kernels) have limited or no ROCm support, which can affect inference performance and compatibility with popular serving frameworks like vLLM. 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

VRAM128 GB
Memory TypeHBM2e
Bandwidth3277 GB/s

Compute Performance

FP3247.9 TFLOPS
FP16383 TFLOPS
BF16383 TFLOPS
INT8383 TOPS

Hardware

ArchitectureAldebaran
GenerationCDNA 2
Process NodeTSMC 6nm
Transistors58B
TDP560 W
InterconnectInfinity Fabric / PCIe 4.0
Release Year2021

Relative Performance

FP16 Compute5%
VRAM Capacity44%
Mem Bandwidth20%

Relative to highest-spec GPU in database

Limitations

Dual-die design — software must handle NUMA topology
ROCm ecosystem lags CUDA maturity
Lower FP16 throughput than NVIDIA H100 at similar price points

Live Cloud PricingOn-demand hourly rates

Loading live prices…

Compare MI250X 128GB vs…

Use Case Guidance

Large model training
Memory-bound HPC
AMD ROCm workloads

LLM Model Size Guidance

Max model (FP16)~64Bparameters at FP16 precision
Max model (INT8)~128Bparameters at INT8 precision
Max model (INT4)~256Bparameters 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 CDNA 2-class hardware.

Browse all 42 LLM models

Related GPUs

Frequently Asked Questions

How much VRAM does the MI250X 128GB have?

The MI250X 128GB has 128GB of HBM2e memory with 3277 GB/s bandwidth. This enables running models up to approximately 256B parameters at INT4 precision, 128B at INT8, or 64B at FP16.

What is the FP16 performance of the MI250X 128GB?

The MI250X 128GB delivers 383 TFLOPS of FP16 performance and 383 TFLOPS BF16. INT8 throughput is 383 TOPS. For transformer inference, memory bandwidth (3277 GB/s) is often the binding constraint rather than raw TFLOPS.

What is the MI250X 128GB best used for?

The MI250X 128GB is best suited for: Large model training, Memory-bound HPC, AMD ROCm workloads. Dual-die AMD CDNA 2 GPU. 128GB HBM2e across two dies. Predecessor to MI300X. Available on AWS (p4de) and select cloud providers at competitive pricing.

What interconnect does the MI250X 128GB use?

The MI250X 128GB uses Infinity Fabric / PCIe 4.0. Without NVLink, VRAM cannot be pooled across multiple cards — the single-card capacity is the hard ceiling for model size.

What LLM model sizes can the MI250X 128GB run?

With 128GB of HBM2e, the MI250X 128GB can run models up to approximately 64B parameters at FP16 (2 bytes/param), 128B at INT8 (1 byte/param), or 256B 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 MI250X 128GB compare to the A100 for LLM inference?

The MI250X 128GB has 383 TFLOPS FP16 vs the A100 80GB's 312 TFLOPS, and 3277 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 MI250X 128GB's higher bandwidth gives it a throughput advantage for large model inference.

What is the power consumption of the MI250X 128GB?

The MI250X 128GB has a TDP (Thermal Design Power) of 560W. 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 560W, the MI250X 128GB is in the high-power tier — requires specialized data center infrastructure with high-density power delivery.

Ready to rent?

Compare MI250X 128GB prices across 97+ providers

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

Compare rental prices