leezu commented on issue #17158: Cache CUDA modules when building Mxnet 
URL: 
https://github.com/apache/incubator-mxnet/issues/17158#issuecomment-568708432
 
 
   1) Use ninja instead of make. For that specify `cmake -DNinja [...]` and use 
`ninja` instead of `make -j`.
   2) Use a single a single cuda compute architecture. With 
https://github.com/apache/incubator-mxnet/pull/17031 you only need to set 
`-DMXNET_CUDA_ARCH=7.0` (as an example), but until it is merged, you need to 
set multiple variables. See the commit message at #17031 for the variables you 
currently need to set. If it's not urgent, you can wait a few days until #17031 
is merged.

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