You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/02/01 22:14:15 UTC

[GitHub] [tvm] tqchen commented on a change in pull request #7388: Jenkinsfile changes for #7333.

tqchen commented on a change in pull request #7388:
URL: https://github.com/apache/tvm/pull/7388#discussion_r568176689



##########
File path: Jenkinsfile
##########
@@ -248,6 +248,8 @@ stage('Unit Test') {
         unpack_lib('gpu', tvm_multilib)
         timeout(time: max_time, unit: 'MINUTES') {
           sh "${docker_run} ${ci_gpu} ./tests/scripts/task_ci_python_setup.sh"
+          sh "${docker_run} ${ci_gpu} ./tests/scripts/task_config_build_gpu.sh"
+          sh "${docker_run} ${ci_gpu} ./tests/scripts/task_build.sh build standalone_crt"

Review comment:
       Would this trigger rebuild of libtvm? or simply just `standalone_crt`?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org