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.
- Ubuntu 22.0.4.1
- AMD VEGA 8
- Ubuntu 22.04.1
- AMDGPU-pro 22.20
- libstdc++-10-dev
- libgcc-10-dev
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
Screenshot