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 2020/01/11 09:38:14 UTC

[GitHub] [incubator-mxnet] leezu commented on issue #17262: Unable to build / link mxnet against cuda 10.2

leezu commented on issue #17262: Unable to build / link mxnet against cuda 10.2
URL: https://github.com/apache/incubator-mxnet/issues/17262#issuecomment-573300257
 
 
   I suppose you are not building on a GPU machine? Currently, in this case, our cmake build setup will fall-back to building for all possible cuda architectures. Most likely you only want to build for the GPUs that you want to run MXNet on in the end.
   
   Please set `-DMXNET_CUDA_ARCH=7.0` (or your respective cuda arch) in the `cmake` command.
   
   @litaotju does this actually work for you? The same issue is tracked at https://github.com/apache/incubator-mxnet/issues/16852 and I think not yet solved completely.

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