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 2022/01/08 00:10:30 UTC

[GitHub] [tvm] junrushao1994 commented on a change in pull request #9866: [CI] Update to PyTorch v1.10 in GPU image

junrushao1994 commented on a change in pull request #9866:
URL: https://github.com/apache/tvm/pull/9866#discussion_r780594405



##########
File path: tests/scripts/task_config_build_gpu.sh
##########
@@ -30,7 +30,7 @@ echo set\(USE_VULKAN ON\) >> config.cmake
 echo set\(USE_OPENGL ON\) >> config.cmake
 echo set\(USE_MICRO ON\) >> config.cmake
 echo set\(USE_MICRO_STANDALONE_RUNTIME ON\) >> config.cmake
-echo set\(USE_LLVM llvm-config-9\) >> config.cmake
+echo set\(USE_LLVM \"/usr/bin/llvm-config-9 --link-static\"\) >> config.cmake

Review comment:
       just curious, why do we need to link static LLVM?




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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