-
-
Notifications
You must be signed in to change notification settings - Fork 124
ROCm Help
TNTwise edited this page May 7, 2025
·
4 revisions
- Go to settings -> Render Settings -> Disable ROCm override hack and follow the instructions under 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.0or11.0.0if 10.3.0 does not work. -
export HCC_AMDGPU_TARGET=gfx1100orgfx1032if gfx1100 does not work.