This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 47d9fd3 [TOPI] Fix CUDA pooling schedule (#8957)
add c650f9a [PROFILING] Profiling over RPC (#8885)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/profiling.h | 6 ++
python/tvm/contrib/debugger/debug_executor.py | 9 ++-
python/tvm/runtime/profiler_vm.py | 19 +++++-
python/tvm/runtime/profiling/__init__.py | 16 +++++
python/tvm/runtime/vm.py | 2 +
.../graph_executor/debug/graph_executor_debug.cc | 17 ++++-
src/runtime/profiling.cc | 72 +++++++++++++++++++++-
src/runtime/vm/profiler/vm.cc | 19 +++++-
tests/python/unittest/test_runtime_profiling.py | 56 ++++++++++++++++-
9 files changed, 205 insertions(+), 11 deletions(-)