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:
[email protected]


Reply via email to