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 2019/09/06 22:08:06 UTC

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15808: Add option to choose between OMP implementations

apeforest commented on a change in pull request #15808: Add option to choose between OMP implementations
URL: https://github.com/apache/incubator-mxnet/pull/15808#discussion_r321926437
 
 

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -23,7 +23,7 @@ mxnet_option(USE_CUDA             "Build with CUDA support"   ON)
 mxnet_option(USE_OLDCMAKECUDA     "Build with old cmake cuda" OFF)
 mxnet_option(USE_NCCL             "Use NVidia NCCL with CUDA" OFF)
 mxnet_option(USE_OPENCV           "Build with OpenCV support" ON)
-mxnet_option(USE_OPENMP           "Build with Openmp support" ON)
+mxnet_option(USE_OPENMP           "Build with Openmp support" ON) # OFF | ON | PLATFORM | BUNDLED
 
 Review comment:
   What's the difference between ON and the rest? Can you add some comments here?

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