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.
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
Compute Performance
Hardware Specifications
Chip
Clocks
Memory
Power
Relative Performance
Relative to highest-spec GPU in database
Limitations
Live Cloud PricingOn-demand hourly rates
Compare MI250X 128GB vs…
Use Case Guidance
LLM Model Size Guidance
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.
MI250X 128GB vs Alternatives — Spec Comparison
| Spec | MI250X 128GB this | RTX 5090 | Gaudi 2 96GB | Gaudi 2 |
|---|---|---|---|---|
| VRAM | 128GB HBM2e▲ | 32GB GDDR7 | 96GB HBM2e | 96GB HBM2e |
| Memory Bandwidth | 3277 GB/s▲ | 1792 GB/s | 2457 GB/s | 2457 GB/s |
| FP16 TFLOPS | 383 | 419.6 | 432▲ | 432▲ |
| BF16 TFLOPS | 383 | 419.6 | 432▲ | 432▲ |
| FP8 TFLOPS | — | — | — | — |
| INT8 TOPS | 383 | 839 | 865▲ | 865▲ |
| TDP | 560W | 575W | 600W▲ | 600W▲ |
| Process Node | TSMC 6nm | TSMC 4NP | TSMC 7nm▲ | TSMC 7nm▲ |
| Architecture | Aldebaran | GB202▲ | Gaudi 2 | Gaudi 2 |
| Release Year | 2021 | 2025▲ | 2022 | 2022 |
| Max model (FP16) | ~64B params▲ | ~16B params | ~48B params | ~48B params |
| Max model (INT4) | ~256B params▲ | ~64B params | ~192B params | ~192B params |
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