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/04/06 07:37:44 UTC

[GitHub] [tvm] t-vi opened a new pull request, #10914: Switch to CPU PyTorch

t-vi opened a new pull request, #10914:
URL: https://github.com/apache/tvm/pull/10914

   This switches the PyTorch we install use to CPU only.
   As discussed in #10758 we see funny things when linking libtorch (which is in general linked to a different version of CUDA than TVM will use) into libtvm.
   This also cleans up some of the cuda use in the frontend tests (so hopefully it can run on CPU only but will make use of the GPU if available locally). This is a bit of a tough call, it might make sense to remove all optional CUDA use with the thought that we want local tests to reproduce the CI as closely as possible, if you have comments, I'm all ears.
   


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


[GitHub] [tvm] t-vi commented on pull request #10914: Switch to CPU PyTorch

Posted by GitBox <gi...@apache.org>.
t-vi commented on PR #10914:
URL: https://github.com/apache/tvm/pull/10914#issuecomment-1096549933

   Looks like the CI is happy now. :) Thank you for your help.


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


[GitHub] [tvm] masahi merged pull request #10914: Switch to CPU PyTorch

Posted by GitBox <gi...@apache.org>.
masahi merged PR #10914:
URL: https://github.com/apache/tvm/pull/10914


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


[GitHub] [tvm] masahi commented on pull request #10914: Switch to CPU PyTorch

Posted by GitBox <gi...@apache.org>.
masahi commented on PR #10914:
URL: https://github.com/apache/tvm/pull/10914#issuecomment-1090109686

   @driazati Any idea why the docker image build fails? https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-10914/1/pipeline


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