You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/05/17 03:28:07 UTC

[GitHub] [incubator-mxnet] sandeep-krishnamurthy opened a new pull request #14977: Add an utility for operator benchmarks

sandeep-krishnamurthy opened a new pull request #14977: Add an utility for operator benchmarks
URL: https://github.com/apache/incubator-mxnet/pull/14977
 
 
   ## Description ##
   
   Add a tool to easily run operator benchmarks. This tool will be useful for MXNet developers, power users who wants to know more about individual operator performance and this tool can be integrated with CI/CD, nightly tests to catch any operator performance regression. Proposal on cwiki - https://cwiki.apache.org/confluence/display/MXNET/MXNet+Operator+Benchmarks
   
   1. This is the first PR to setup all basic required utilities, overall structure for this operator benchmarking utility, and overall skeleton for the tool.
   2. I have added 3 NDArray operator (add, sub, mul) and 1 Gluon (Conv2D) operator benchmark - code and results to showcase how it can be used. 
   3. More operators will be covered in following PRs. With this PR, we will be setting up basic structure of other contributors to pitch in.
   4. Added README explaining how to use the utility.
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [X] Changes are complete (i.e. I finished coding on this PR)
   - [X] Code is well-documented: 
   - For new examples, README.md is added to explain the what the example does, the source of the dataset, expected performance on test set and reference to the original paper if applicable
   - [X] To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - Utility to do operator benchmarks
   
   ## Comments ##
   
   @apeforest @nswamy @access2rohit @pengzhao-intel 
   

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


With regards,
Apache Git Services