This is an automated email from the ASF dual-hosted git repository.
jcf94 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 8910f72 [ConvertLayout] Support transpose (#7214)
add 4911a08 [BUGFIX] Change debug_runtime to represent times in seconds
internally (#7227)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/debugger/debug_result.py | 6 +--
python/tvm/contrib/debugger/debug_runtime.py | 2 +-
python/tvm/support.py | 25 +++++++++++
src/runtime/graph/debug/graph_runtime_debug.cc | 20 ++++-----
src/support/ffi_testing.cc | 42 ++++++++++++++++++
tests/python/unittest/test_runtime_graph_debug.py | 54 ++++++++++++++++++++---
6 files changed, 130 insertions(+), 19 deletions(-)