I followed the guides from here:
https://en.opensuse.org/SDB:AMD_GPGPU#AMD_ROCm
and here:
From which I gathered I should do this:
sudo usermod -aG video $USER
sudo usermod -aG render $USER
sudo zypper addrepo https://repo.radeon.com/rocm/zyp/latest/ rocm
sudo zypper addrepo https://download.opensuse.org/repositories/science:/GPU:/ROCm/openSUSE_Factory/ factory
sudo zypper refresh
sudo zypper install rocm
But I get a problem:
Problem: 1: nothing provides 'libdrm-amdgpu' needed by the to be installed rocdecode-0.6.0.60200-sles155.66.x86_64
So it seems I am still missing some repos?