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 3f788b4  [FIX,VM] Fix get_outputs on the vm with a single output 
(#7902)
     add 301ce49  [PROFILER] Add shape, structural hash, and layout information 
to profiling (#7894)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/vm/executable.h                |   4 +
 src/relay/backend/build_module.cc                  |   4 +
 src/relay/backend/graph_executor_codegen.cc        |  21 +++-
 src/relay/backend/vm/compiler.cc                   |  17 +++
 src/relay/transforms/label_ops.cc                  | 119 +++++++++++++++++++++
 .../graph_executor/debug/graph_executor_debug.cc   |  16 ++-
 src/runtime/graph_executor/graph_executor.h        |   3 +
 src/runtime/profiling.cc                           |   3 +
 src/runtime/vm/profiler/vm.cc                      |  16 ++-
 tests/python/unittest/test_runtime_profiling.py    |   6 +-
 10 files changed, 198 insertions(+), 11 deletions(-)
 create mode 100644 src/relay/transforms/label_ops.cc

Reply via email to