You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by le...@apache.org on 2022/09/09 10:00:12 UTC

[tvm] branch update_docker_tf291 updated (d09d32e849 -> 4032e59d21)

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

leandron pushed a change to branch update_docker_tf291
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard d09d32e849 [CI] Update Docker images to tag 20220908-060034-62bdc91b1
     add 299ca267e7 [TIR] Update region min/extent in ReplaceBufferMutator (#12725)
     add 64031d56d6 Move static array initialization into a function go avoid link errors (#12678)
     add 89ce171b86 [TIR, Schedule] Check consumer in-bound and covered in reverse_compute_inline (#12717)
     add 1c5ffc67ad [ci][docker] Use CMake 3.20.0 for cortexm (#12744)
     add cb08a1251f [TF] Add DenseBincount support (#12728)
     add 4032e59d21 [CI] Update Docker images to tag 20220908-060034-62bdc91b1

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   (d09d32e849)
            \
             N -- N -- N   refs/heads/update_docker_tf291 (4032e59d21)

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.

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |   2 +-
 apps/microtvm/zephyr_cmsisnn/CMakeLists.txt        |   2 +-
 ci/jenkins/Jenkinsfile.j2                          |   2 +-
 docker/Dockerfile.ci_cortexm                       |   2 +-
 docker/install/ubuntu_install_cmake_source.sh      |  12 +-
 include/tvm/runtime/container/map.h                |  63 +++++-----
 python/tvm/relay/frontend/tensorflow_ops.py        |  55 +++++++++
 src/runtime/container.cc                           |   4 -
 src/tir/schedule/primitive/compute_inline.cc       | 131 ++++++++++++++++++---
 src/tir/schedule/transform.cc                      |  27 ++++-
 tests/python/frontend/tensorflow/test_forward.py   |  41 +++++++
 .../unittest/test_tir_schedule_compute_inline.py   |  61 ++++++++++
 .../test_tir_schedule_set_axis_separator.py        |  24 ++++
 13 files changed, 368 insertions(+), 58 deletions(-)