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 2020/06/24 03:38:02 UTC

[GitHub] [incubator-tvm] jinboci opened a new pull request #5910: Disable CUDA_CUDA_LIBRARY

jinboci opened a new pull request #5910:
URL: https://github.com/apache/incubator-tvm/pull/5910


   Thanks for contributing to TVM!   Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
   


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



[GitHub] [incubator-tvm] junrushao1994 commented on pull request #5910: [Please Do Not Review] Trying to Unlink libcuda.so

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on pull request #5910:
URL: https://github.com/apache/incubator-tvm/pull/5910#issuecomment-650343229


   Just FYI, if you want to run CI locally, you may find the commands in Jenkins helpful. More specifically, you can find commands like below to run what tvm ci exactly runs:
   
   ```
   # under tvm's root directory
   ./docker/bash.sh tvmai/ci-i386:v0.52 ./tests/scripts/task_build.sh build -j12
   ```
   


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



[GitHub] [incubator-tvm] junrushao1994 commented on pull request #5910: Disable CUDA_CUDA_LIBRARY

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on pull request #5910:
URL: https://github.com/apache/incubator-tvm/pull/5910#issuecomment-648592923


   Hmmm could you briefly describe what it is? Thanks!


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



[GitHub] [incubator-tvm] tqchen commented on pull request #5910: [Please Do Not Review] Trying to Unlink libcuda.so

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #5910:
URL: https://github.com/apache/incubator-tvm/pull/5910#issuecomment-649803983


   Thanks @jinboci Please do the experiments locally first before sending the PR upstream, since the CI resources is pretty limited atm. 


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



[GitHub] [incubator-tvm] tqchen edited a comment on pull request #5910: [Please Do Not Review] Trying to Unlink libcuda.so

Posted by GitBox <gi...@apache.org>.
tqchen edited a comment on pull request #5910:
URL: https://github.com/apache/incubator-tvm/pull/5910#issuecomment-649803983


   Thanks @jinboci Please do the experiments locally first before sending the PR upstream, since the CI resources is pretty limited 
   atm.  Because the cuda runtime uses driver API, we will need to link to cuda driver if you want to use the CUDA module.


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



[GitHub] [incubator-tvm] tqchen closed pull request #5910: [Please Do Not Review] Trying to Unlink libcuda.so

Posted by GitBox <gi...@apache.org>.
tqchen closed pull request #5910:
URL: https://github.com/apache/incubator-tvm/pull/5910


   


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



[GitHub] [incubator-tvm] jinboci commented on pull request #5910: Disable CUDA_CUDA_LIBRARY

Posted by GitBox <gi...@apache.org>.
jinboci commented on pull request #5910:
URL: https://github.com/apache/incubator-tvm/pull/5910#issuecomment-648701683


   @junrushao1994 Sorry for confusion. I made this draft PR to see if it could pass these checks when libcuda.so is unlinked from TVM. A lot more modifications are still needed before it is ready for reviews. Thanks!


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