AMD ROCm AI ecosystem#
The AMD ROCm AI ecosystem documentation portal includes guides covering deep framework installation and setup, large-scale model training, LLM and diffusion inference serving, and AI workload performance optimization on AMD GPUs. The ROCm AI ecosystem lives on top of the ROCm Core SDK, which provides the underlying GPU runtimes (HIP), compilers, and math libraries.
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.