ChaiBapchya opened a new pull request #17494: [OpPerf] Fix markdown for native 
profile
URL: https://github.com/apache/incubator-mxnet/pull/17494
 
 
   ## Description ##
   Native profile has 5 columns where as Python profile has 6
   Native : "| Operator | Avg Forward Time (ms) | Avg. Backward Time (ms) | Max 
Mem Usage (Storage) (Bytes) | Inputs |"
   Python :  "| Operator | Avg Time (ms) | P50 Time (ms) | P90 Time (ms) | P99 
Time (ms) | Inputs |")
   5 columns instead of 6 for native profile
   
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage:
   - [ ] Code is well-documented: 
   - [ ] To the best of my knowledge, examples are either not affected by this 
change, or have been fixed to be compatible with this change
   
   ### Changes ###
   benchmark/opperf/utils/common_utils.py
   
   Verified the markdown file that this generates.

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