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 f095595 [Codegen][LLVM] Add ability to turn on fast math flags (#9223)
add e7a0c5c [Profiler] Add significant VM instructions to profiling
report (#9292)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/profiling.h | 14 ++++++-
include/tvm/runtime/vm/vm.h | 20 ++++++++-
src/runtime/profiling.cc | 46 +++++++++++++++++++++
src/runtime/vm/profiler/vm.cc | 54 +++++++++++++++++++++++++
src/runtime/vm/profiler/vm.h | 2 +
src/runtime/vm/vm.cc | 27 +++++++++++--
tests/python/unittest/test_runtime_profiling.py | 17 +++++---
7 files changed, 167 insertions(+), 13 deletions(-)