This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.
discard ab3fa95 Test images 20210816-225918-e334942db to bump CI.
add 2793113 [TIR] Change Integer Implicit Conversion Rule to C Standard
Way (#8733)
add 26f7c0d [Relay testing] densenet implementation fix (#8704)
add e753420 Fix ci-qemu Arduino install dir (#8766)
add cddb0f6 Update QemuTransport#write() to match new write API contract.
(#8761)
add 4cee61a Add PaddlePaddle dependency in docker file (#8742)
add 4216cd7 Add params.* to Jenkins file parameters (#8771)
new dfbf1d7 rev ci-qemu to 0.08
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 (ab3fa95)
\
N -- N -- N refs/heads/ci-docker-staging (dfbf1d7)
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 | 14 ++---
.../zephyr/template_project/microtvm_api_server.py | 6 +--
docker/Dockerfile.ci_cpu | 4 ++
docker/Dockerfile.ci_gpu | 3 ++
docker/Dockerfile.ci_qemu | 5 ++
docker/install/ubuntu_install_arduino.sh | 5 ++
...ntu_install_dgl.sh => ubuntu_install_paddle.sh} | 2 +-
python/tvm/relay/testing/densenet.py | 16 +++---
src/tir/op/op.cc | 63 ++++++++++------------
tests/python/frontend/onnx/test_forward.py | 20 +++----
tests/python/unittest/test_tir_ops.py | 7 +--
11 files changed, 80 insertions(+), 65 deletions(-)
copy docker/install/{ubuntu_install_dgl.sh => ubuntu_install_paddle.sh} (96%)
mode change 100755 => 100644