============ AMD GPU ROCm ============ ROCm - Radeon Open Compute -------------------------- ROCm is an open-source software platform optimized to extract HPC and AI workload performance from AMD Instinct GPUs and AMD Radeon GPUs while maintaining compatibility with industry software frameworks. ROCm Installation ~~~~~~~~~~~~~~~~~ Debian ^^^^^^ Debian 13 """"""""" .. code-block:: bash $ sudo apt install -y gnupg curl wget software-properties-common $ curl -fsSL https://repo.radeon.com/rocm/rocm.gpg.key | \ sudo tee /etc/apt/trusted.gpg.d/rocm.gpg $ echo "deb [arch=amd64] https://repo.radeon.com/rocm/apt/7.0 noble main" | \ sudo tee /etc/apt/sources.list.d/rocm.list $ sudo apt update $ sudo apt install -y rocm-libs rocm-llvm Links ----- - `AMD ROCm documentation `_ - `ROCm Releases Packages `_ - `GitHub AMD ROCm Software `_ - `GitHub ROCm systems `_ - `GitHub ROCm libraries `_ - `GitHub hip (retired) `_ - `Accelerator and GPU hardware specifications `_