You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/05/27 16:47:51 UTC

[tvm] branch ci-docker-staging updated: run nvidida-smi

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 06bafae  run nvidida-smi
06bafae is described below

commit 06bafaec347ad30e67fa3d1d171442394ed405bb
Author: Tristan Konolige <tr...@gmail.com>
AuthorDate: Thu May 27 09:45:42 2021 -0700

    run nvidida-smi
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 24dd240..614d1af 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -164,6 +164,7 @@ stage('Build') {
     node('GPUBUILD') {
       ws(per_exec_ws("tvm/build-gpu")) {
         init_git()
+        sh "nvidia-smi"
         sh "${docker_run} ${ci_gpu} ./tests/scripts/task_config_build_gpu.sh"
         make(ci_gpu, 'build', '-j2')
         pack_lib('gpu', tvm_multilib)