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/12/07 18:58:13 UTC

[GitHub] marcoabreu commented on a change in pull request #13576: [MXNET-679] Improved CMakeLists.txt

marcoabreu commented on a change in pull request #13576: [MXNET-679] Improved CMakeLists.txt
URL: https://github.com/apache/incubator-mxnet/pull/13576#discussion_r239910378
 
 

 ##########
 File path: cmake/cmake_options.yml
 ##########
 @@ -26,7 +26,7 @@ USE_SSE: "ON" # Build with x86 SSE instruction support IF NOT ARM
 USE_F16C: "ON" # Build with x86 F16C instruction support) # autodetects support if "ON"
 USE_LAPACK: "ON" # Build with lapack support
 USE_MKL_IF_AVAILABLE: "ON" # Use MKL if found
-USE_MKLML_MKL: "ON" # Use MKLDNN variant of MKL (if MKL found) IF USE_MKL_IF_AVAILABLE AND (NOT APPLE)
+USE_MKLML: "ON" # Use MKLDNN variant of MKL (if MKL found) IF USE_MKL_IF_AVAILABLE AND (NOT APPLE)
 
 Review comment:
   Not sure about that one, especially considering it breaks compatibility and hides the initial intention to only use the mkl version
   @TaoLv

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