This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 1aac4d6826 [microNPU] Optimize separate padding operation for conv2d
(#11468)
add 9d6599c928 [PROFILER] Add configuration information to profiler
(#11530)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/profiling.h | 17 +++-
python/tvm/runtime/profiling/__init__.py | 11 +-
python/tvm/utils/roofline.py | 5 +-
src/node/structural_hash.cc | 1 +
.../graph_executor/debug/graph_executor_debug.cc | 2 +-
src/runtime/profiling.cc | 111 ++++++++++++++-------
src/runtime/vm/profiler/vm.cc | 6 +-
tests/python/unittest/test_runtime_profiling.py | 3 +
8 files changed, 109 insertions(+), 47 deletions(-)