Update to solana-perf-libs v0.14.0, with support for both CUDA 10.0 and 10.1

This commit is contained in:
Michael Vines
2019-06-18 08:24:41 -07:00
parent 44967abd1c
commit 5683282c94
4 changed files with 63 additions and 50 deletions

View File

@ -60,9 +60,7 @@ test-stable-perf)
# Run root package tests with these features
ROOT_FEATURES=
if [[ $(uname) = Darwin ]]; then
./build-perf-libs.sh
else
if [[ $(uname) = Linux ]]; then
# Enable persistence mode to keep the CUDA kernel driver loaded, avoiding a
# lengthy and unexpected delay the first time CUDA is involved when the driver
# is not yet loaded.
@ -72,7 +70,7 @@ test-stable-perf)
./fetch-perf-libs.sh
# shellcheck source=/dev/null
source ./target/perf-libs/env.sh
ROOT_FEATURES=$ROOT_FEATURES,cuda
ROOT_FEATURES=cuda
fi
# Run root package library tests