diff --git a/shell/_main.sh b/shell/_main.sh index 4570770..e165f44 100755 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -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" diff --git a/shell/amdsdk.sh b/shell/amdsdk.sh deleted file mode 100644 index ca2cd0f..0000000 --- a/shell/amdsdk.sh +++ /dev/null @@ -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