You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2019/06/15 04:10:15 UTC

[incubator-mxnet] branch master updated (3b663ef -> 13cf5db)

This is an automated email from the ASF dual-hosted git repository.

skm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 3b663ef  [MXNET-1415]Add MXEnginePushAsyncND and MXEnginePushSyncND C APIs (#15177)
     add 13cf5db  Profiler API Enhancements (#15132)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/c_api.h                  |  17 ++-
 python/mxnet/profiler.py               |  35 ++++-
 src/c_api/c_api_profile.cc             |  18 ++-
 src/profiler/aggregate_stats.cc        | 249 ++++++++++++++++++++++++---------
 src/profiler/aggregate_stats.h         |  21 ++-
 tests/python/unittest/test_profiler.py |  36 +++++
 6 files changed, 302 insertions(+), 74 deletions(-)