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:
[email protected]


With regards,
Apache Git Services

Reply via email to