kpuatamazon commented on a change in pull request #17559:
URL: https://github.com/apache/incubator-mxnet/pull/17559#discussion_r479357884
##########
File path: CMakeLists.txt
##########
@@ -278,6 +285,15 @@ if(USE_MKLDNN)
set_target_properties(dnnl PROPERTIES CXX_CLANG_TIDY "") # don't lint
3rdparty dependency
endif()
+if(USE_INTGEMM)
+ message(STATUS "Using intgemm")
+ add_subdirectory(3rdparty/intgemm)
Review comment:
Added, though I'm a bit worried about polluting the includes since
there's no longer a 3rdparty/intgemm prefix to them.
----------------------------------------------------------------
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]