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/06/12 20:38:01 UTC

[GitHub] [incubator-mxnet] sandeep-krishnamurthy opened a new pull request #15226: [Opperf] Make module/namespace of the operator parameterized

sandeep-krishnamurthy opened a new pull request #15226: [Opperf] Make module/namespace of the operator parameterized
URL: https://github.com/apache/incubator-mxnet/pull/15226
 
 
   ## Description ##
   
   This is an extension from the PR - https://github.com/apache/incubator-mxnet/pull/14977
   Addressing comments raised by @apeforest - Making module / namespace of operator as a single global parameter. This will allow running for mx.nd or mx.np for all operator benchmark with one single line change.
   
   ## 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 user-facing API changes, API doc string has been updated. 
   - [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 ###
   - Make operator module/namespace parameterizable.
   - Add GPU operator benchmark result.
   
   @apeforest 
   

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