kpuatamazon commented on a change in pull request #17559:
URL: https://github.com/apache/incubator-mxnet/pull/17559#discussion_r479367727
##########
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:
The aim is that Sockeye will be able to use `pip` installed `mxnet`.
Given the withdrawal of #18904, there isn't a nice way to add to the `pip`
version. Is download or submodule preferred?
cc @fhieber
----------------------------------------------------------------
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]