/amdgpu-rocm-ubu22

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

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

  • Ubuntu 22.0.4.1

GPU

  • AMD VEGA 8

prerequisites

Instructions

Download the git repo

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 vidoe $LOGNAME

reboot

Results

Screenshot

alt screenshot

References

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