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

[incubator-mxnet] branch master updated (cd19367 -> 92fce90)

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

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


    from cd19367  add 'asnumpy' dtype option to check_symbolic_backward (#15186)
     add 92fce90  Custom Operator Profiling Enhancement (#15210)

No new revisions were added by this update.

Summary of changes:
 src/engine/naive_engine.cc             |   9 +-
 src/engine/threaded_engine.cc          |  10 ++-
 src/engine/threaded_engine.h           |   1 +
 src/operator/custom/custom-inl.h       |  23 +++--
 src/operator/custom/custom.cc          |   4 +-
 src/profiler/custom_op_profiler.h      | 125 ++++++++++++++++++++++++++
 src/profiler/profiler.h                |  53 +++++++++--
 tests/python/unittest/test_profiler.py | 159 +++++++++++++++++++++++++++++++++
 8 files changed, 365 insertions(+), 19 deletions(-)
 create mode 100644 src/profiler/custom_op_profiler.h