cjolivier01 opened a new pull request #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972 @piiswrong ## Description ## 1. Continuous, asynchronous profile dumping 2. VTune objects: Counter, Task, Event, Frame, Instant-Mark (see screen shot) - All available from C++ and python - Equivalents also available in chrome://tracing screen (see screen shot) 3. Memory usage profiling (CPU and GPU) 4. C API Profiling 5. Individual Operator Profiling 6. More granular profiling config (Symbolic ops, All ops, API, Memory, etc) Screen shots: VTune  Chrome tracing:  ## Checklist ## ### Essentials ### - [ ] Passed code style checking (`make lint`) - [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] All changes have test coverage - [ ] For user-facing API changes, API doc string has been updated. For new C++ functions in header files, their functionalities and arguments are well-documented. - [ ] To my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change ### Changes ### - [ ] Feature1, tests, (and when applicable, API doc) - [ ] Feature2, tests, (and when applicable, API doc) ## Comments ## - If this change is a backward incompatible change, why must this change be made. - Interesting edge cases to note here
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
