This is an automated email from the ASF dual-hosted git repository.
jroesch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from cf19c88 [Hexagon] Change declaration order of unique_ptr objects to
fix crash (#8859)
add 55bb8b6 [Graph Executor, VM] Add end to end benchmarking of models
(#8858)
No new revisions were added by this update.
Summary of changes:
include/tvm/runtime/vm/vm.h | 10 +++
python/tvm/contrib/graph_executor.py | 34 ++++++++-
python/tvm/runtime/vm.py | 37 ++++++++-
src/runtime/graph_executor/graph_executor.cc | 28 +++++++
src/runtime/vm/vm.cc | 93 ++++++++++++++---------
tests/python/relay/test_backend_graph_executor.py | 36 +++++++++
tests/python/relay/test_vm.py | 32 ++++++++
7 files changed, 229 insertions(+), 41 deletions(-)