Skip to content

ROCm Help

TNTwise edited this page May 7, 2025 · 4 revisions

Broken Inference

  • Go to settings -> Render Settings -> Disable ROCm override hack and follow the instructions under No HIP GPUs are available

No HIP GPUs are available

  • Add your user to the video and render groups
  • sudo usermod -a -G render $USER && sudo usermod -a -G video $USER
  • Add these to your .bashrc
  • export HSA_OVERRIDE_GFX_VERSION=10.3.0 or 11.0.0 if 10.3.0 does not work.
  • export HCC_AMDGPU_TARGET=gfx1100 or gfx1032 if gfx1100 does not work.

Clone this wiki locally