samskalicky commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r363928803
########## File path: example/extensions/lib_custom_op/README.md ########## @@ -0,0 +1,69 @@ +CustomOp Example and Tutorial +==== + +## Getting Started + +## Have MXNet Ready: + +First you should install MXNet either from compiling from source code or download from nightly build. It doesn’t matter if the build comes with CUDA or MKLDNN. The custom operator doesn’t intervene with the execution of other native MXNet operators. + +## Run An Example: + +You can start getting familiar with custom operator by running some examples we provide in the *example/extensions/lib_custom_op* directory. There are 2 examples: a simple 2D gemm operator, a subgraph operator, and a Makefile. Review comment: lets not mention the subgraph operator here. It will be removed from the custom Op example in the subgraph property PR #17034 and moved to the subgraph property example. It doesnt make sense to have this subgraph op example here since they cannot be used in isolation. Subgraph ops have to be inserted by subgraph properties. ---------------------------------------------------------------- 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
