Skip to content

Instantly share code, notes, and snippets.

@tfmoraes
Last active April 16, 2020 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tfmoraes/cc7c3c11a6f9eea2345e9bb35404eec2 to your computer and use it in GitHub Desktop.
Save tfmoraes/cc7c3c11a6f9eea2345e9bb35404eec2 to your computer and use it in GitHub Desktop.
rocm
wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
echo 'deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main' | sudo tee /etc/apt/sources.list.d/rocm.list
sudo apt update
sudo apt install rocm-dkms
sudo usermod -a -G render $LOGNAME
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment