You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/07 08:16:37 UTC

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #17034: Dynamic subgraph property

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:
users@infra.apache.org


With regards,
Apache Git Services