Skip to content

Instantly share code, notes, and snippets.

@jjzazuet
Last active November 18, 2021 12:27
Show Gist options
  • Save jjzazuet/1039e51a12bdf829a0dc646c551c1452 to your computer and use it in GitHub Desktop.
Save jjzazuet/1039e51a12bdf829a0dc646c551c1452 to your computer and use it in GitHub Desktop.
AMD OpenCL on Debian 11

OpenCL drivers on Debian

For RX580:

sudo ./amdgpu-install --opencl=legacy --headless --no-dkms

For RX5700XT:

sudo apt install firmware-amd-graphics
sudo apt install libnuma1
sudo amdgpu-install --usecase=opencl --opencl=rocr,legacy --accept-eula --no-dkms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment