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

 ##########
 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:
   both MKLDNN and NNPack define CPU versions of some operators, while there 
won't be an issue with compilation, when these operators are invoked they will 
need to use only the one backend.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to