This file contains 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
yaourt computecpp | |
# register and manually download into temp build folder https://developer.codeplay.com/computecppce/latest/download | |
sudo pacman -S bazel python-numpy python-pip python-wheel | |
wget https://codeload.github.com/lukeiwanski/tensorflow/zip/dev/amd_gpu | |
unzip amd_gpu | |
cd tensorflow-dev-amd_gpu | |
export TF_NEED_JEMALLOC=1 | |
export TF_NEED_GCP=0 | |
export TF_NEED_HDFS=0 | |
export TF_NEED_S3=0 |
This file contains 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
@echo off | |
set wu_stopped= | |
set wu_disabled= | |
REM --- Check for admin rights | |
REM fsutil dirty query %SystemDrive% >NUL && set admin=1 | |
REM if NOT "%admin%"=="1" ( | |
REM echo. | |
REM echo Run this script as administrator! |