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 2021/05/29 19:41:38 UTC

[GitHub] [tvm] tqchen opened a new pull request #8163: [CI][DOCKER] Fix cuda11 nvidia-docker support for non-Tesla gpus

tqchen opened a new pull request #8163:
URL: https://github.com/apache/tvm/pull/8163


   Starting cuda11, libcuda can be linked to a version of libcuda in
   /usr/local/cuda/compact. The particular linked library
   does not work for non-Tesla GPUs, causing "no CUDA capable devices found"
   even though nvidia-smi shows available GPUs.
   
   This PR makes makes sure we always prioritize linking
   /usr/lib/x86_64-linux-gnu/libcuda.so.1
   
   so the nvidia docker cuda11 images works for non-Tesla GPU envs.
   


-- 
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] [tvm] masahi merged pull request #8163: [CI][DOCKER] Fix cuda11 nvidia-docker support for non-Tesla gpus

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


   


-- 
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] [tvm] tqchen commented on pull request #8163: [CI][DOCKER] Fix cuda11 nvidia-docker support for non-Tesla gpus

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


   cc @areusch @tkonolige @junrushao1994 
   
   This is likely the root cause to your previous problem of "no CUDA capable devices found" when updating the cuda image.


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