The AMD Instinct MI300X is a data-center GPU accelerator optimized for large-scale AI and HPC workloads. It is built on AMD's CDNA 3 architecture, combining 8 compute dies (GCDs) with 4 I/O dies on a chiplet-based design, interconnected via AMD Infinity Fabric. The MI300X features 192 GB of HBM3 memory with a peak bandwidth of 5.2 TB/s, significantly exceeding the NVIDIA H100's 80 GB at 3.35 TB/s. This large memory capacity enables loading of massive models—such as Llama 3.1 405B (int8 quantized ~81 GB) or Mixtral 8x22B (~44 GB)—entirely on a single GPU without sharding, reducing inference latency and simplifying deployment. The MI300X achieves up to 1.3 petaFLOPS of FP16 compute and 2.6 petaFLOPS of sparse FP8. It uses AMD's ROCm software stack, which has matured significantly since 2024, now supporting PyTorch, TensorFlow, and JAX with near-parity to CUDA for common operations. In MLPerf Inference v4.0 (2024), the MI300X showed competitive performance on GPT-3 175B and BERT-Large, though still lagging behind H100 on latency-sensitive tasks. Key use cases include serving large language models (e.g., Meta's Llama 3, Mistral models) at scale, training medium-sized transformers (up to ~70B parameters), and HPC simulation. Compared to NVIDIA H100, MI300X offers better memory capacity and often lower cost per GB, but ROCm ecosystem maturity and kernel optimization remain behind CUDA. Common pitfalls include relying on unoptimized PyTorch kernels (use AMD's composable_kernel library for best performance), misconfiguring NUMA nodes on dual-socket EPYC systems, and expecting seamless drop-in replacement for CUDA code without profiling. As of early 2026, AMD has released the MI350 series with improved FP8 support, but MI300X remains widely deployed in cloud instances (e.g., AWS EC2 DL2a, Azure ND MI300X v5) and on-prem clusters. It is also used in Frontier exascale supercomputer (mixed with MI250X) and new HPC systems like El Capitan. The MI300X is a strong alternative for AI inference on memory-bound models, especially when PCIe bandwidth is not the bottleneck.
MI300X: definition + examples
Examples
- Running Llama 3.1 405B (int8 quantized to ~81 GB) entirely on a single MI300X for low-latency inference, avoiding model parallelism across multiple GPUs.
- Training a 70B-parameter GPT-3 variant on 8× MI300X nodes using FSDP and ROCm 6.2, achieving ~40% MFU on Mixture of Experts layers.
- Deploying Mixtral 8x22B (44 GB FP16) on a single MI300X for real-time chatbot inference on Azure ND MI300X v5 instances.
- Using MI300X in the El Capitan supercomputer for scientific AI workloads, such as fusion plasma simulation with 3D CNNs.
- Running Stable Diffusion XL (SDXL) inference on a single MI300X with ROCm’s MIOpen backend, achieving 2.5 iterations per second at 1024×1024 resolution.
Related terms
Latest news mentioning MI300X
- LMCache Splits KV Cache From Inference, 14x Faster TTFT on H200s
LMCache separates KV cache management from inference into a dedicated process, achieving 14x faster TTFT on H200s with Qwen3-235B at 50 concurrent users.
Jul 27, 2026 - Microsoft to Deploy AMD Helios Rack-Scale AI at Scale on Azure
Microsoft will deploy AMD's Helios rack-scale AI accelerator at scale on Azure, powered by MI455X GPUs and Epyc Venice CPUs. The move diversifies Azure's AI silicon beyond Nvidia.
Jul 20, 2026 - ZML releases free LLM inference server supporting Nvidia
ZML released LLMD, a free inference server for LLMs supporting Nvidia, AMD, Google TPU, Apple Metal, and Intel Arc, aiming to reduce AI costs and break vendor lock-in.
Jul 8, 2026 - Qualcomm Taps TSMC for 3nm/2nm Dragonfly C100 CPUs, AI300 Accelerators
TSMC to fab Qualcomm's Dragonfly C100 and AI300 chips on 3nm/2nm nodes. The move challenges NVIDIA in data center AI, but timelines and performance remain undisclosed.
Jun 26, 2026 - Intel Targets Nvidia, AMD with New AI Chip Launch by End 2026
Intel plans to launch a new AI data center chip by end of 2026, targeting Nvidia and AMD in the AI infrastructure market.
Jun 20, 2026
FAQ
What is MI300X?
AMD MI300X is a high-performance GPU accelerator designed for AI training and inference, featuring 192 GB HBM3 memory and 5.2 TB/s bandwidth, competing with NVIDIA H100.
How does MI300X work?
The AMD Instinct MI300X is a data-center GPU accelerator optimized for large-scale AI and HPC workloads. It is built on AMD's CDNA 3 architecture, combining 8 compute dies (GCDs) with 4 I/O dies on a chiplet-based design, interconnected via AMD Infinity Fabric. The MI300X features 192 GB of HBM3 memory with a peak bandwidth of 5.2 TB/s, significantly exceeding the…
Where is MI300X used in 2026?
Running Llama 3.1 405B (int8 quantized to ~81 GB) entirely on a single MI300X for low-latency inference, avoiding model parallelism across multiple GPUs. Training a 70B-parameter GPT-3 variant on 8× MI300X nodes using FSDP and ROCm 6.2, achieving ~40% MFU on Mixture of Experts layers. Deploying Mixtral 8x22B (44 GB FP16) on a single MI300X for real-time chatbot inference on Azure ND MI300X v5 instances.