samskalicky commented on a change in pull request #15921: [WIP] dynamic custom
operator support
URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r328230004
##########
File path: Makefile
##########
@@ -664,6 +664,9 @@ cpplint:
pylint:
python3 -m pylint --rcfile=$(ROOTDIR)/ci/other/pylintrc
--ignore-patterns=".*\.so$$,.*\.dll$$,.*\.dylib$$" python/mxnet
tools/caffe_converter/*.py
+sample_lib:
+ $(CXX) -shared -fPIC -std=c++11 example/lib_ops/gemm_lib.cc -o
libsample_lib.so -I include/mxnet
+
Review comment:
Can we please add an rm libsample_lib.so to the clean target so this is
removed and the project can be cleaned up properly?
----------------------------------------------------------------
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