TaoLv commented on a change in pull request #17034: Dynamic subgraph property
URL: https://github.com/apache/incubator-mxnet/pull/17034#discussion_r363632869
##########
File path: Makefile
##########
@@ -667,6 +667,8 @@ pylint:
# sample lib for MXNet extension dynamically loading custom operator
sample_lib:
$(CXX) -shared -fPIC -std=c++11
example/extensions/lib_custom_op/gemm_lib.cc -o libsample_lib.so -I
include/mxnet
+subgraph_lib:
+ $(CXX) -shared -fPIC -std=c++11
example/extensions/lib_subgraph/subgraph_lib.cc -o libsubgraph_lib.so -I
include/mxnet
Review comment:
Will it be generated to the root folder of mxnet?
----------------------------------------------------------------
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]
With regards,
Apache Git Services