This is an automated email from the ASF dual-hosted git repository.
syfeng pushed a commit to branch unity_ci
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity_ci by this push:
new f121c10c12 upd
f121c10c12 is described below
commit f121c10c125045b08fe815a7450de1afec15485e
Author: Siyuan Feng <[email protected]>
AuthorDate: Mon Nov 27 17:59:06 2023 +0800
upd
---
ci/jenkins/unity_jenkinsfile.groovy | 1 -
1 file changed, 1 deletion(-)
diff --git a/ci/jenkins/unity_jenkinsfile.groovy
b/ci/jenkins/unity_jenkinsfile.groovy
index 11e0bd06c3..0765edb3ec 100644
--- a/ci/jenkins/unity_jenkinsfile.groovy
+++ b/ci/jenkins/unity_jenkinsfile.groovy
@@ -261,7 +261,6 @@ stage('Build') {
node('CPU') {
ws(per_exec_ws('tvm/build-gpu')) {
init_git()
- sh "${docker_run} ${ci_gpu} nvidia-smi"
sh "${docker_run} ${ci_gpu}
./tests/scripts/task_config_build_gpu.sh build"
make(ci_gpu)
pack_lib('gpu', tvm_lib_gpu)