Your Name 7 years ago
parent
commit
40aeb8f3e0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      setup.sh

+ 2 - 1
setup.sh

@@ -68,8 +68,9 @@ sudo apt-get install libnuma-dev -y
 wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
 wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
 sudo sh -c 'echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main > /etc/apt/sources.list.d/rocm.list'
 sudo sh -c 'echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main > /etc/apt/sources.list.d/rocm.list'
 sudo apt-get update
 sudo apt-get update
-sudo apt-get install rocm-dkms -y
+sudo apt-get install rocm-dkms rocm-opencl-dev -y
 sudo usermod -a -G video work
 sudo usermod -a -G video work
+
 cd ..
 cd ..
 echo -e "\e[97mDone !\e[0m"
 echo -e "\e[97mDone !\e[0m"
 fi
 fi