TaoLv commented on a change in pull request #17034: Dynamic subgraph property
URL: https://github.com/apache/incubator-mxnet/pull/17034#discussion_r363636864
 
 

 ##########
 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:
   Thank you. I just thought we need a centralized place to put these so files. 
Scattering them in the root folder is not very neat for me~

----------------------------------------------------------------
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

Reply via email to