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

github-bot pushed a change to branch nightly-docker-update
in repository https://gitbox.apache.org/repos/asf/tvm.git


    omit 40f9f23c92 [ci][docker] Nightly Docker image update
     add 895f79f42a [MetaSchedule] Allow MultiLevelTilingTensorCore rule to 
specify multiple tensor intrin groups (#12113)
     add c0e996e291 [TOPI] [Hexagon] Uint8 Reshape and batch flatten slice ops 
(#12037)
     add c54eea7d0a fix typo (#12115)
     add b84ed27260 [TIR][BugFix] Fix a wrong use of T.exp in 
test_compute_inline_opaque_access_with_tvm_access_ptr. (#12117)
     add 8df19639eb [ci][docker] Nightly Docker image update

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   (40f9f23c92)
            \
             N -- N -- N   refs/heads/nightly-docker-update (8df19639eb)

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                                        |  16 +-
 ci/jenkins/Jenkinsfile.j2                          |  16 +-
 include/tvm/meta_schedule/schedule_rule.h          |  21 +--
 .../schedule_rule/multi_level_tiling.py            |  16 +-
 python/tvm/meta_schedule/testing/schedule_rule.py  |  26 +++-
 python/tvm/topi/hexagon/slice_ops/reshape.py       |  13 +-
 python/tvm/topi/hexagon/utils.py                   |  21 +++
 .../multi_level_tiling_tensor_core.cc              | 145 ++++++++++++-------
 .../python/contrib/test_hexagon/infrastructure.py  |  12 +-
 .../contrib/test_hexagon/topi/test_reshape.py      |  47 ++++--
 tests/python/frontend/keras/test_forward.py        |   2 +-
 ...ta_schedule_schedule_rule_multi_level_tiling.py | 161 +++++++++++++++++----
 .../unittest/test_tir_schedule_compute_inline.py   |   8 +-
 13 files changed, 353 insertions(+), 151 deletions(-)

Reply via email to