You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/07/16 01:59:14 UTC

[GitHub] [incubator-mxnet] DickJC123 commented on issue #15548: MXNet GPU build on CPU machine fails

DickJC123 commented on issue #15548: MXNet GPU build on CPU machine fails
URL: https://github.com/apache/incubator-mxnet/issues/15548#issuecomment-511634055
 
 
   I have just today seen something similar on our CI systems and have a fix.  I'll submit a quick PR.  The idea is that on systems with no cuda driver, cudaDriverGetVersion(&driver_version) will show a driver_version of 0.  I can bypass the cuda/cudnn checks and any request for a GPUCount in that case.

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


With regards,
Apache Git Services