aaronmarkham commented on a change in pull request #17241: Add CustomOp 
tutorial doc
URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366109555
 
 

 ##########
 File path: example/extensions/lib_custom_op/README.md
 ##########
 @@ -0,0 +1,118 @@
+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 interact 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. Let’s start 
with gemm (Generalized Matrix Multiplication) operator, a common linear algebra 
operator. Go to that directory and follow the steps:
 
 Review comment:
   ```suggestion
   You can start getting familiar with custom operators by running some 
examples provided in the **example/extensions/lib_custom_op** directory. Start 
with a common linear algebra operator like `gemm` (Generalized Matrix 
Multiplication). Go to `lib_custom_op` directory and follow these steps:
   ```

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


With regards,
Apache Git Services

Reply via email to