This is an automated email from the ASF dual-hosted git repository.
andrewzhaoluo pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.
discard 8f54df4 Update ci-arm and ci-qemu with tag 20220112-225944-11edc7b64
add cc9d2f4 [Fix Bug] fix the bug of pool_impl_nd when computing
avgpool_nd whith ceil_mode and count_include_pad are True. (#9835)
add 2c1ed59 [skip ci] Fix missing pack_lib in Jenkinsfile (#9924)
add 5f828a6 [Hexagon] Pass SDK information to launcher build for Android
(#9902)
add 424821a std::string -> tvm::String for Conv1DAttrs (#9921)
add 7485413 [TIR][Schedule] Annotate allows array as annotaton value
(#9920)
new 51369c5 jenkinsfile and one test
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 (8f54df4)
\
N -- N -- N refs/heads/ci-docker-staging (51369c5)
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:
Jenkinsfile | 9 +++++----
apps/hexagon_launcher/cmake/android/CMakeLists.txt | 2 ++
include/tvm/relay/attrs/nn.h | 6 +++---
include/tvm/topi/nn/pooling.h | 21 ++++++++++++++++++---
python/tvm/tir/schedule/schedule.py | 4 ++--
src/tir/schedule/concrete_schedule.cc | 8 ++++++++
src/tir/schedule/primitive/annotate.cc | 13 +------------
src/tir/schedule/trace.cc | 8 ++++++++
tests/python/frontend/onnx/test_forward.py | 4 +++-
tests/python/frontend/pytorch/test_forward.py | 9 +++++++++
.../python/unittest/test_tir_schedule_utilities.py | 8 ++++++--
11 files changed, 65 insertions(+), 27 deletions(-)