AMD-GPU-Driver-Install
筆記下研究 Ubuntu 22.04.6 LTS 安裝 AMD GPU 的過程。
搜尋 AMD 顯卡型號
安裝 Driver
sudo apt update
wget https://repo.radeon.com/amdgpu-install/23.40.2/ubuntu/jammy/amdgpu-install_6.0.60002-1_all.deb
sudo apt install ./amdgpu-install_6.0.60002-1_all.deb
sudo amdgpu-install -y --usecase=graphics,rocm --accept-eula
sudo usermod -a -G render,video $LOGNAME
Use Case
ROCm
ROCm: ROCm 之於 AMD GPU,基本上相當於 CUDA 之於 NVIDIA GPU
ROCr: ROC Runtime
REF
Last modified: 26 April 2024