Recognition of AMD(Pro) video cards in HIP (Linux)

Check my thread Blender 3.4 with AMD GPU 22 drivers - #2 by silex
What i did was:

  1. install Ubuntu 20.4.1 LTS
  2. install AMD GPU driver installer from AMD site (it was 22.40 for me)
  3. install all updates and upgrade your Ubuntu with system upgrade tool
  4. sudo amdgpu-install --usecase=graphics,opencl --vulkan=amdvlk --opencl=legacy (it can show missing .bin files but dont care)
  5. sudo apt-get update
  6. sudo apt-get upgrade
  7. reboot
  8. sudo apt-get install mesa-utils
  9. sudo amdgpu-install -y
  10. and the last final step to make Blender see the card is described on my thread
2 Likes