You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2019/11/22 00:01:08 UTC

[incubator-tvm] branch master updated (1562eae -> 122a493)

This is an automated email from the ASF dual-hosted git repository.

zhic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 1562eae  [TOPI] Fix flaky testcase for floor div (#4382)
     add 122a493  [Relay][VM] Clean up the VM and VM profiler code (#4391)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/vm.h                          | 326 ++++++++++++----------
 python/tvm/relay/backend/profiler_vm.py           |  58 +---
 python/tvm/relay/backend/vm.py                    |  72 ++++-
 src/relay/backend/vm/profiler/compiler.cc         |  50 ----
 src/runtime/vm/executable.cc                      |  65 +++--
 src/runtime/vm/profiler/vm.cc                     |  46 ++-
 src/runtime/vm/profiler/vm.h                      |  14 +-
 src/runtime/vm/vm.cc                              | 198 ++++++-------
 tests/python/relay/test_vm.py                     |  46 +--
 tests/python/relay/test_vm_serialization.py       |   6 +-
 tests/python/unittest/test_runtime_vm_profiler.py |   2 +-
 11 files changed, 437 insertions(+), 446 deletions(-)
 delete mode 100644 src/relay/backend/vm/profiler/compiler.cc