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

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


    from b733aa3ec8 [microNPU] enable striping for network tests. (#11883)
     add 6c8a353099 Add cooldown interval logic for the profiling functional 
(#11465)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |   1 -
 include/tvm/runtime/profiling.h                    |  27 +++-
 python/tvm/auto_scheduler/testing/tune_relay.py    |   2 +-
 python/tvm/contrib/debugger/debug_executor.py      | 142 +++++++++++++++---
 python/tvm/contrib/debugger/debug_result.py        |  42 ++++--
 python/tvm/contrib/graph_executor.py               |  19 ++-
 python/tvm/meta_schedule/testing/tune_relay.py     |   2 +-
 python/tvm/runtime/module.py                       |  22 ++-
 python/tvm/runtime/vm.py                           |  19 ++-
 src/runtime/crt/common/crt_runtime_api.c           |  61 ++++++--
 .../graph_executor/debug/graph_executor_debug.cc   | 164 ++++++++++++---------
 src/runtime/opencl/opencl_device_api.cc            |   2 -
 src/runtime/profiling.cc                           |  19 ++-
 src/runtime/rpc/rpc_module.cc                      |  32 ++--
 tests/python/unittest/test_runtime_graph_debug.py  |  20 +++
 web/emcc/tvmjs_support.cc                          |  21 ++-
 web/src/runtime.ts                                 |  10 +-
 17 files changed, 454 insertions(+), 151 deletions(-)

Reply via email to