Last active
August 5, 2018 16:21
-
-
Save minzak/45bea82e36003e82d13da6d7443bfe17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download latest AMD APP SDK from this page: | |
http://debian.nullivex.com/amd/AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2 | |
http://debian.nullivex.com/amd/AMD-APP-SDKInstaller-v3.0.130.135-GA-windows-F-x64.exe | |
cd amdGPU | |
wget https://s3.amazonaws.com/atlas-shapes/AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2 | |
tar -vxjf AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2 | |
./AMD-APP-SDK-v3.0.130.136-GA-linux64.sh --keep --target SDK | |
#EDIT AMDAPPSDK-3.0 PATH TO amdappsdk | |
#sudo ./AMD-APP-SDK-v3.0.130.136-GA-linux64.sh | |
echo '/opt/amdappsdk/lib/x86/' > /etc/ld.so.conf.d/amdappsdk.conf | |
echo '/opt/amdappsdk/lib/x86_64/' >> /etc/ld.so.conf.d/amdappsdk.conf | |
cd /opt/amdappsdk/lib/x86_64 | |
ln -s sdk/libOpenCL.so LibOpenCL.so | |
ln -s sdk/libamdocl64.so libamdocl64.so | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment