ChaiBapchya commented on a change in pull request #18324:
URL: https://github.com/apache/incubator-mxnet/pull/18324#discussion_r425364020



##########
File path: benchmark/opperf/README.md
##########
@@ -167,6 +167,41 @@ Output for the above benchmark run, on a CPU machine, 
would look something like
              ]}
 
 ```
+
+## Usecase 5 - Profile internal operators locally
+Currently, opperf supports operators in `mx.nd.*` namespace.
+However, locally, one can profile internal operators in `mx.nd.internal.*` 
namespace.
+
+#### Changes
+Remove the hasattr check for `op.__name__` to be in `mx.nd`
+
+The resulting diff would look like :
+```

Review comment:
       Yup. I took the lazy approach of pasting the diff. addressed.




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


Reply via email to