kpuatamazon commented on a change in pull request #17559:
URL: https://github.com/apache/incubator-mxnet/pull/17559#discussion_r479473751
##########
File path: CMakeLists.txt
##########
@@ -64,6 +64,11 @@ if(USE_MKL_IF_AVAILABLE AND (NOT APPLE) AND (NOT MSVC) AND
(CMAKE_HOST_SYSTEM_PR
else()
option(USE_MKLDNN "Build with MKL-DNN support" OFF)
endif()
+if ((CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64") AND (NOT
CMAKE_CROSSCOMPILING))
+ option(USE_INTGEMM "Build with x86 intgemm library for
low-precision multiplication" ON)
+else()
+ option(USE_INTGEMM "Build with x86 intgemm library for
low-precision multiplication" OFF)
+endif()
Review comment:
8aaa23c5b1f1b3dbef78be229abdc83dbe96216d
----------------------------------------------------------------
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:
[email protected]