You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2021/04/20 17:22:09 UTC

[tvm] branch main updated (d0a0194 -> bd2520f)

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

junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from d0a0194  [VTA][OpenCL] intelfocl (#6126)
     add bd2520f  [PROFILER] Add CSV output to profiler (#7797)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/profiling.h                    |  61 +++-
 python/tvm/runtime/__init__.py                     |   1 +
 .../tvm/runtime/profiling.py                       |  45 +--
 src/node/structural_hash.cc                        |  57 ++++
 .../graph_executor/debug/graph_executor_debug.cc   |   4 +-
 src/runtime/profiling.cc                           | 334 +++++++++++++--------
 src/runtime/vm/profiler/vm.cc                      |   2 +-
 tests/python/unittest/test_runtime_profiling.py    |  16 +-
 tests/python/unittest/test_runtime_vm_profiler.py  |   2 +-
 9 files changed, 358 insertions(+), 164 deletions(-)
 copy vta/tests/python/pynq/test_program_rpc.py => python/tvm/runtime/profiling.py (51%)