Parcourir la source

update for ubuntu 18.04

Votre Nom il y a 6 ans
Parent
commit
6e69aa62ed
1 fichiers modifiés avec 7 ajouts et 7 suppressions
  1. 7 7
      setup_amd.sh

+ 7 - 7
setup_amd.sh

@@ -160,17 +160,17 @@ fi
 if [ $Drivers = "18.50" ]
  then
  echo "Download amdgpu-pro-18.40-673869-ubuntu-16.04.tar.xz"
- #wget -c http://wareck.free.fr/grinder/drivers/amdgpu-pro-18.50-708488-ubuntu-18.04.tar.xz
- #tar xvfJ amdgpu-pro-18.50-708488-ubuntu-18.04.tar.xz
- #rm amdgpu-pro-18.50-708488-ubuntu-18.04.tar.xz
- #cd amdgpu-pro-18.50-708488-ubuntu-18.04
-#./amdgpu-pro-install --pro --opencl=legacy -y
+ wget -c http://wareck.free.fr/grinder/drivers/amdgpu-pro-18.50-708488-ubuntu-18.04.tar.xz
+ tar xvfJ amdgpu-pro-18.50-708488-ubuntu-18.04.tar.xz
+ rm amdgpu-pro-18.50-708488-ubuntu-18.04.tar.xz
+ cd amdgpu-pro-18.50-708488-ubuntu-18.04
+./amdgpu-pro-install --pro --opencl=legacy -y
 fi
 
 echo -e "\n\e[95mInstall AMD SDK :\e[0m"
 cd /home/work/tempo/
-#curl -f http://wareck.free.fr/grinder/drivers/AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2 | tar xvj
-#./AMD-APP-SDK-v3.0.130.136-GA-linux64.sh
+curl -f http://wareck.free.fr/grinder/drivers/AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2 | tar xvj
+./AMD-APP-SDK-v3.0.130.136-GA-linux64.sh
 cd /opt/
 if [ -d ADL_SDK ]; then rm -r /opt/ADL_SDK; fi
 mkdir ADL_SDK