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 d7a4a72  inject some failures to see how it looks
    omit 7bceaff  [CI] Modify Jenkinfile to always display junit report
     add e334942  Fix builtin_fp16.h path according to: 
https://discuss.tvm.apache.org/… (#8705)
     add d02e50c  [AutoScheduler][FIX] Fix exception handling in measure.py 
(#8754)
     add 2008d62  add support for half_pixel_centers in resize (#8689)
     add cfa498c  Make from_tensorflow.py more GPU memory friendly. (#8763)
     add e02ea74  Add DictAttrs to IRModule and refactor DictAttrs utility 
functions (#8750)
     add f4ba8fc  adding gromero as a reviewer (#8765)
     add c28c86a  [Community] @Mousius -> Reviewer (#8764)
     add f2c5272  Enable custom images to be set in TVM Jenkinsfile (#8721)
     add dbf9ce5  [UnitTests] Require cached fixtures to be copy-able, with 
opt-in. (#8451)
     new 06b96e3  Test images 20210816-225918-e334942db to bump CI.

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   (d7a4a72)
            \
             N -- N -- N   refs/heads/ci-docker-staging (06b96e3)

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:
 CONTRIBUTORS.md                                    |   6 +-
 Jenkinsfile                                        | 137 +++++++++++----------
 include/tvm/ir/attrs.h                             | 108 ++++++++++++++++
 include/tvm/ir/function.h                          |  57 +--------
 include/tvm/ir/module.h                            |  54 ++++++++
 python/tvm/auto_scheduler/measure.py               |  24 ++--
 python/tvm/relay/frontend/tflite.py                |   3 +
 python/tvm/testing/utils.py                        |  86 ++++++++++---
 src/runtime/contrib/sort/sort.cc                   |   3 +-
 tests/micro/zephyr/test_zephyr.py                  |   1 -
 tests/python/frontend/tflite/test_forward.py       |  46 ++++++-
 tests/python/unittest/test_crt.py                  |   1 -
 tests/python/unittest/test_tvm_testing_features.py |  55 +++++++++
 tutorials/frontend/deploy_sparse.py                |  14 +++
 tutorials/frontend/from_tensorflow.py              |  15 +++
 15 files changed, 451 insertions(+), 159 deletions(-)

Reply via email to