dabraude commented on a change in pull request #9860: [WIP] CMake NNPack support
URL: https://github.com/apache/incubator-mxnet/pull/9860#discussion_r170755593
 
 

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -551,6 +552,37 @@ if(NOT EXISTS 
"${CMAKE_CURRENT_SOURCE_DIR}/nnvm/CMakeLists.txt")
   list(APPEND mxnet_LINKER_LIBS ${nnvm_LINKER_LIBS})
 endif()
 
+# ---[ NNPack
+if(USE_NNPACK)
+  if (USE_MKLDNN)
+    message(WARNING "With MKLDNN enabled NNPack operators will not run.")
 
 Review comment:
   The way I'm coding it, it will use the mkldnn backend. Once I finish that 
maybe some testing would show that NNPack is faster in which case it can be 
changed to the default.

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


With regards,
Apache Git Services

Reply via email to