perf-libs now drives setting CUDA_HOME

This commit is contained in:
Michael Vines
2018-11-12 17:50:16 -08:00
parent c7a67b5a02
commit 9e7b9487b0
3 changed files with 21 additions and 8 deletions

View File

@ -14,11 +14,10 @@ if ! ci/version-check.sh stable; then
fi
export RUST_BACKTRACE=1
export RUSTFLAGS="-D warnings"
export CUDA_HOME=/usr/local/cuda
./fetch-perf-libs.sh
export LD_LIBRARY_PATH=$PWD/target/perf-libs:$CUDA_HOME/lib64:$LD_LIBRARY_PATH
export PATH=$PATH:$CUDA_HOME/bin
# shellcheck source=/dev/null
source ./target/perf-libs/env.sh
_() {
echo "--- $*"