ci: nvidia persistence mode isn't a hard requirement

This commit is contained in:
Trent Nelson 2021-06-21 21:17:04 -06:00 committed by Trent Nelson
parent 554002b73c
commit f213e48067
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ test-stable-perf)
# 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.
sudo --non-interactive ./net/scripts/enable-nvidia-persistence-mode.sh
sudo --non-interactive ./net/scripts/enable-nvidia-persistence-mode.sh || true
rm -rf target/perf-libs
./fetch-perf-libs.sh