Remove shell setup for AMDSDK which I haven't used in at least 4 years

This commit is contained in:
2018-07-19 22:39:18 +01:00
parent bc1532ccf4
commit 3e82b8bffa
2 changed files with 0 additions and 10 deletions

View File

@@ -46,7 +46,6 @@ source "$DOTSHELL/golang.sh"
source "$DOTSHELL/docker.sh"
source "$DOTSHELL/google-cloud.sh"
source "$DOTSHELL/kubernetes.sh"
source "$DOTSHELL/amdsdk.sh"
# Applications
source "$DOTSHELL/rtorrent.sh"

View File

@@ -1,9 +0,0 @@
if [ -d "/opt/AMDAPP" ]; then
export AMDAPPSDKROOT="/opt/AMDAPP"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/opt/AMDAPP/lib/x86_64":"/opt/AMDAPP/lib/x86"
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
# export XAUTHORITY=/.Xauthority
fi