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 AMD Instinct MI250X is a dual-die CDNA 2 data center GPU released in November 2021, built on TSMC's 6nm process with 58 billion transistors across two Aldebaran compute dies. Each die contributes 64GB of HBM2e memory, yielding 128GB total — the highest VRAM capacity of any GPU available at its launch and still among the largest in cloud deployments today. The dual-die architecture communicates via AMD's Infinity Fabric interconnect, delivering 3,277 GB/s of aggregate memory bandwidth across both dies.

Compute performance is 383 TFLOPS at FP16 and BF16 — the two precision formats most relevant for transformer model training and inference. FP64 throughput is 47.9 TFLOPS, making the MI250X one of the strongest GPUs for HPC workloads that require double-precision accuracy, such as molecular dynamics, climate simulation, and computational fluid dynamics. Unlike NVIDIA's Hopper generation, the MI250X does not support FP8 precision, which limits its inference efficiency for quantized LLM serving compared to H100 or H200.

The 128GB HBM2e capacity is the MI250X's defining advantage for large model workloads. At FP16 (2 bytes per parameter), the MI250X can hold models up to approximately 64B parameters in a single card — sufficient for Llama 3 70B with room for KV cache. At BF16, the same 64B ceiling applies. INT8 quantization doubles this to ~128B parameters per card, enabling single-card inference for models that would require two A100 80GB cards. The 3,277 GB/s bandwidth is higher than the A100 SXM4 (2,039 GB/s) and comparable to the H100 SXM5 (3,350 GB/s), making the MI250X competitive for memory-bandwidth-bound autoregressive inference.

The dual-die design introduces a NUMA (Non-Uniform Memory Access) topology that software must explicitly handle. Each die has its own 64GB memory pool; cross-die memory accesses incur higher latency than intra-die accesses. Frameworks like PyTorch and ROCm-aware runtimes can manage this automatically, but naive code that treats the 128GB as a flat pool may see performance degradation from cross-die traffic. For model-parallel workloads that split layers across both dies, the Infinity Fabric bandwidth is sufficient, but tensor-parallel configurations should be benchmarked carefully. AWS deploys the MI250X in p4de.24xlarge instances (8× MI250X per node), where the Infinity Fabric topology is exposed through the ROCm NUMA API.

Software compatibility is the primary consideration when evaluating the MI250X. AMD's ROCm stack supports PyTorch, TensorFlow, and JAX, and major inference frameworks including vLLM and llama.cpp have ROCm backends. However, CUDA-native libraries — FlashAttention 2, certain quantization kernels, and TensorRT — require porting or have limited ROCm support. For teams already invested in CUDA toolchains, the migration cost is non-trivial. For HPC workloads using standard MPI/OpenMP patterns, ROCm is a mature and well-supported environment. The MI250X is the predecessor to the MI300X (CDNA 3, 192GB HBM3), which offers significantly higher FP16 throughput and FP8 support — teams evaluating AMD hardware for new deployments should compare both generations.

Memory

VRAM128 GB
Memory TypeHBM2e
Bandwidth3277 GB/s

Compute Performance

FP6447.9 TFLOPS
FP3247.9 TFLOPS
FP16383 TFLOPS
BF16383 TFLOPS
INT8383 TOPS

Hardware Specifications

Chip

ArchitectureAldebaran
GenerationCDNA 2
Process NodeTSMC 6nm
Transistors58B
Release DateNovember 8, 2021

Clocks

Boost Clock1,700 MHz

Memory

VRAM128 GB
Memory TypeHBM2e
Memory Bus8192-bit
Bandwidth3277 GB/s

Power

TDP560 W
InterconnectInfinity Fabric / PCIe 4.0

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

MI250X 128GB vs Alternatives — Spec Comparison

SpecMI250X 128GB thisRTX 5090Gaudi 2 96GBGaudi 2
VRAM128GB HBM2e32GB GDDR796GB HBM2e96GB HBM2e
Memory Bandwidth3277 GB/s1792 GB/s2457 GB/s2457 GB/s
FP16 TFLOPS383419.6432432
BF16 TFLOPS383419.6432432
FP8 TFLOPS
INT8 TOPS383839865865
TDP560W575W600W600W
Process NodeTSMC 6nmTSMC 4NPTSMC 7nmTSMC 7nm
ArchitectureAldebaranGB202Gaudi 2Gaudi 2
Release Year2021202520222022
Max model (FP16)~64B params~16B params~48B params~48B params
Max model (INT4)~256B params~64B params~192B params~192B params
▲ indicates best value in row · FP16/BF16 TFLOPS at full precision · Max model estimates at 2 bytes/param (FP16) and 0.5 bytes/param (INT4)Full side-by-side comparison

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 102+ providers

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

Compare rental prices