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/02/09 14:44:35 UTC

[GitHub] [tvm] LyricZhao opened a new pull request #10201: [Conda] Fix CUDA 11 compatibility in conda scripts

LyricZhao opened a new pull request #10201:
URL: https://github.com/apache/tvm/pull/10201


   In `conda/recipe/meta.yaml`, the version requirement for `cudnn` is from`>=7.6.0` (`lower_bound`) to `<8` (bounded by `max_pin`), while cuDNN 7 requires `cudatoolkit` version `<11`.
   
   So I just remove the `max_pin` requirements for `cudnn` library to be compatible with `cudatoolkit>=11`.
   
   For more details, please refer to #10134.
   
   
   


-- 
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 #10201: [Conda] Fix CUDA 11 compatibility in conda scripts

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


   


-- 
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] LyricZhao commented on pull request #10201: [Conda] Fix CUDA 11 compatibility in conda scripts

Posted by GitBox <gi...@apache.org>.
LyricZhao commented on pull request #10201:
URL: https://github.com/apache/tvm/pull/10201#issuecomment-1064687124


   > @LyricZhao would you be interested in maintaining the conda-forge packages? I am maintainer there and currently updating the recipes. We can make a pretty involved release with cuda, etc.
   > 
   > Let me know if you're interested.
   
   @ngam Thanks for the invitation, but I'm not very interested right now.


-- 
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] ngam commented on pull request #10201: [Conda] Fix CUDA 11 compatibility in conda scripts

Posted by GitBox <gi...@apache.org>.
ngam commented on pull request #10201:
URL: https://github.com/apache/tvm/pull/10201#issuecomment-1064399507


   @LyricZhao would you be interested in maintaining the conda-forge packages? I am maintainer there and currently updating the recipes. We can make a pretty involved release with cuda, etc. 
   
   Let me know if you're interested.


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