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/17 20:40:21 UTC

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15551: Bypass cuda/cudnn checks if no driver.

larroy commented on a change in pull request #15551: Bypass cuda/cudnn checks if no driver.
URL: https://github.com/apache/incubator-mxnet/pull/15551#discussion_r304631368
 
 

 ##########
 File path: include/mxnet/base.h
 ##########
 @@ -417,8 +434,21 @@ inline Context Context::GPU(int32_t dev_id) {
   return Create(kGPU, dev_id);
 }
 
+inline bool Context::GPUDriverPresent() {
 
 Review comment:
   😀

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