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

leandron pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.


 discard d0b4fc9  Validating tlcpackstaging 20211217-183440-bd61d18c1 for 
ci_cpu and ci_arm.
     add 89b1676  [Relay] Fix invalid shape function for "copy" operator (#9749)
     add bad5861  Remove CMake string REPEAT (#9771)
     add 115919b  [MetaSchedule] Misc improvement of the Measurer (#9757)
     new bc23fe2  Validating tlcpackstaging 20211217-183440-bd61d18c1 for 
ci_cpu and ci_arm.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d0b4fc9)
            \
             N -- N -- N   refs/heads/ci-docker-staging (bc23fe2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cmake/utils/Summary.cmake                          |   8 +-
 include/tvm/meta_schedule/builder.h                |   7 +-
 include/tvm/runtime/debug.h                        |  54 +++++++++
 python/tvm/meta_schedule/builder/builder.py        |  16 ++-
 python/tvm/meta_schedule/builder/local_builder.py  |  37 +++++-
 python/tvm/meta_schedule/runner/local_runner.py    |   7 +-
 python/tvm/meta_schedule/runner/rpc_runner.py      |   7 +-
 python/tvm/meta_schedule/utils.py                  |   6 +-
 python/tvm/relay/op/tensor.py                      |  19 ++-
 src/meta_schedule/builder/builder.cc               |   9 +-
 src/relay/backend/te_compiler.cc                   |   2 +-
 src/relay/backend/te_compiler_cache.cc             |  31 ++---
 src/runtime/debug.cc                               | 128 +++++++++++++++++++++
 src/runtime/vm/executable.cc                       |  19 +--
 src/runtime/vm/vm.cc                               |  62 +++++-----
 src/target/compilation_config.cc                   |  50 ++++----
 tests/python/relay/dyn/test_dynamic_op_level3.py   |  66 ++++++++++-
 tests/python/relay/test_vm.py                      |  46 ++++----
 .../python/unittest/test_meta_schedule_builder.py  |   4 +-
 19 files changed, 441 insertions(+), 137 deletions(-)
 create mode 100644 include/tvm/runtime/debug.h
 create mode 100644 src/runtime/debug.cc

Reply via email to