Update to solana-perf-libs v0.14.0, with support for both CUDA 10.0 and 10.1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user