cjolivier01 commented on issue #9798: fix cmake
URL: https://github.com/apache/incubator-mxnet/pull/9798#issuecomment-366020161
 
 
   The first time a user goes to build something, you can;t just throw errors 
at him and refuse to build.  This discourages use of mxnet. I don;t know how 
many products I have abandoned because they seemed a pain to build and I wasn't 
willing to invest in fixing their build issues.
   
   Very few people are going to have more than one version of cuda installed. 
And even if they do, their symbolic 'cuda' link will point to the preferred 
one. If they *want* to use a particular version, then they can set CUDA_TOOLSET 
to that version.
   
   I think we should understand why it is failing on the machine in question 
and deal with that rather than choose the lowest-common-denonimator of 
HARD-CODING the version.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to