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 2018/01/15 03:31:13 UTC

[GitHub] cbalioglu opened a new pull request #9428: Introduce the ENABLE_CUDA_RTC build option

cbalioglu opened a new pull request #9428: Introduce the ENABLE_CUDA_RTC build option
URL: https://github.com/apache/incubator-mxnet/pull/9428
 
 
   When `OFF` the `ENABLE_CUDA_RTC` option skips building the CUDA runtime compilation feature (`CudaModule`) that requires access to the CUDA driver API. The MXNet shared library build with this option `OFF` has no direct dependency on the CUDA driver library (e.g. `libcuda.so`) and can be used on both GPU and CPU hosts. That means CPU-only hosts require no stubs for the CUDA driver library.
   
   ## Checklist ##
   ### Essentials ###
   - [x] Passed code style checking (`make lint`)
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] To the my best knowledge, examples are either not affected by this change

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services