ci: nvidia persistence mode isn't a hard requirement

(cherry picked from commit f213e48067)
This commit is contained in:
Trent Nelson
2021-06-21 21:17:04 -06:00
committed by Trent Nelson
parent c8be8510ba
commit d8e250e9b0

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