Skip to content

Commit

Permalink
ci: nvidia persistence mode isn't a hard requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Jun 25, 2021
1 parent 554002b commit f213e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f213e48

Please sign in to comment.