This is an automated email from the ASF dual-hosted git repository.

areusch pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/ci-docker-staging by this push:
     new b0ff3ea  retrigger and run nvidia-smi
b0ff3ea is described below

commit b0ff3ea4cbd3aa54a7d599b7bc273be6b911478e
Author: Andrew Reusch <[email protected]>
AuthorDate: Mon May 17 13:03:28 2021 -0700

    retrigger and run nvidia-smi
---
 tests/scripts/task_python_frontend.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/scripts/task_python_frontend.sh 
b/tests/scripts/task_python_frontend.sh
index fb388a6..3da7473 100755
--- a/tests/scripts/task_python_frontend.sh
+++ b/tests/scripts/task_python_frontend.sh
@@ -18,6 +18,7 @@
 
 set -e
 set -u
+set -x
 
 source tests/scripts/setup-pytest-env.sh
 # to avoid openblas threading error
@@ -26,6 +27,8 @@ export OMP_NUM_THREADS=1
 
 export TVM_TEST_TARGETS="llvm;cuda"
 
+nvidia-smi
+
 find . -type f -path "*.pyc" | xargs rm -f
 
 # Rebuild cython

Reply via email to