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/05/01 01:16:52 UTC

[GitHub] marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make

marcoabreu commented on a change in pull request #10760: [MXNET-372] Add build flag for USE_F16C in CMake and clarify flag in make
URL: https://github.com/apache/incubator-mxnet/pull/10760#discussion_r185150605
 
 

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -102,6 +103,10 @@ else(MSVC)
   else()
     set(SUPPORT_MSSE2 FALSE)
   endif()
+  # If USE_F16C set to ON, mshadow checks support
+  if(NOT USE_F16C)
+    set(SUPPORT_MF16C FALSE)
 
 Review comment:
   Please print a message if this is getting disabled

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