AMD ROCm AI ecosystem#
ROCm is AMD’s open software platform for GPU computing. This documentation covers the AI ecosystem built on ROCm — from framework setup and training to inference serving and performance optimization.
Install PyTorch and JAX on AMD GPUs. Includes hardware-specific instructions for AMD Instinct and Radeon GPUs and Ryzen APUs across Linux and Windows using pip.
Scale model training across multiple AMD GPUs using PyTorch distributed primitives (DDP, RPC, collective communication) for large models that exceed single-GPU memory.
Multi-node prefill-decode disaggregated serving over RDMA networking using MoRI (Modular RDMA Interface) on MI355X clusters.
Improve throughput, latency, and memory efficiency for AI workloads on AMD Instinct GPUs.
Hands-on guides and recipes for building AI applications on AMD hardware.