amdgpu-rocm-ubu22

Installing amdgpu drivers for ubuntu to work with davinci resolve and blender

View on GitHub

AMDGPU rocm opencl install for ubuntu 22.04

Discord Youtube Twitter URL

Installing amdgpu drivers for ubuntu to work with davinci resolve and blender

About

Installing official AMDGPU-pro 22.20 Drivers will fail complaining about dependancy, this repository includes modified rocm-llvm and rocm-gdb to bypass the depenencies needed and will allow the official drivers to properly install.

Tested

OS

GPU

prerequisites

echo ‘deb [arch=amd64] https://repo.radeon.com/rocm/apt/5.2/ ubuntu main’ | sudo tee /etc/apt/sources.list.d/rocm.list

## Instructions
Download the git repo
```sh
cd amdgpu-rocm-ubu22
cd deb
sudo su
apt install ./rocm-llvm_14.0.0.22204.50200-65_amd64.deb
apt install ./rocm-gdb_11.2.50200-65_amd64.deb
apt install ./amdgpu-install_22.20.50200-1_all.deb
amdgpu-install --usecase=rocm
usermod -a -G render $LOGNAME
usermod -a -G video $LOGNAME

reboot

Results

Screenshot

alt screenshot

References

https://github.com/RadeonOpenCompute/ROCm/issues/1713