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 0c7f4a2  Rev ci-qemu to 0.07
     add 768becd  [AutoScheduler] Fix FLOPS estimation (#8695)
     add b893774  Improve the error message in module.cc (#8694)
     add ad83636  [FIX] Correctly link to PAPI (#8691)
     add b7488ef  [Torch] Fix ELU conversion (#8699)
     add ade2d4d  Rev ci-qemu to 0.07 (#8698)
     add 334a021  [microTVM][Zephyr] Fix: Test fails on hardware because of 
short timeout (#8677)
     add 1abd248  add in-place methods used by Tacotron2 to pytorch frontend 
(#8692)
     add 55864b2  [Rust] Restore the Rust CI testing after Docker image update 
(#8657)
     add f5315ca  [Docs] Added documentation on pytest target parametrization. 
(#8638)
     add 09b989d  [Rust][Fix] Memory leak (#8714)
     add 2bc0ece  Force a gc between sphinx-gallery items to reclaim GPU 
memory. (#8722)
     add e88fe77  [microTVM] Zephyr Test Refactor (#8713)
     add 722efc5  [Docker] Refactor/clean-up of docker/bash.sh (#8670)
     add 2e63568  [Docs][UnitTest] Updated target parametrization documentation 
(#8724)
     add 9586ee2  increase atol for float32 (#8712)
     add 61b02c3  Enable custom images to be set in TVM Jenkinsfile

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   (0c7f4a2)
            \
             N -- N -- N   refs/heads/ci-docker-staging (61b02c3)

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:
 CMakeLists.txt                                     |   3 +-
 Jenkinsfile                                        |  43 ++-
 .../zephyr/template_project/microtvm_api_server.py |   4 +-
 cmake/modules/contrib/PAPI.cmake                   |   7 +-
 docker/README.md                                   |   9 +-
 docker/bash.sh                                     | 409 ++++++++++++++++-----
 docs/conf.py                                       |  12 +
 docs/dev/how_to.rst                                |   1 +
 docs/dev/pytest_target_parametrization.rst         | 283 ++++++++++++++
 python/tvm/relay/frontend/pytorch.py               |   4 +-
 rust/tvm-graph-rt/src/allocator.rs                 |   4 +-
 rust/tvm-graph-rt/src/array.rs                     |   4 +-
 rust/tvm-graph-rt/src/graph.rs                     |   2 +-
 rust/tvm-graph-rt/src/workspace.rs                 |   6 +-
 rust/tvm-graph-rt/tests/test_graph_serde.rs        |   2 +-
 rust/tvm-rt/src/function.rs                        |  89 ++---
 rust/tvm-rt/src/module.rs                          |   2 +-
 rust/tvm-rt/src/ndarray.rs                         |   4 +-
 rust/tvm-rt/src/object/object_ptr.rs               |  12 -
 rust/tvm-rt/src/to_function.rs                     |   2 +-
 rust/tvm-sys/build.rs                              |  10 +-
 rust/tvm/tests/basics/src/main.rs                  |   2 +-
 src/auto_scheduler/compute_dag.cc                  |  12 +-
 src/runtime/module.cc                              |   5 +-
 tests/micro/zephyr/conftest.py                     |  18 +-
 tests/micro/zephyr/test_zephyr.py                  |  47 +--
 tests/micro/zephyr/test_zephyr_aot.py              |  37 +-
 tests/python/frontend/pytorch/test_forward.py      |   2 +-
 tests/python/topi/python/test_topi_conv2d_nchw.py  |   2 +-
 .../unittest/test_auto_scheduler_compute_dag.py    |   5 +
 tests/scripts/task_python_microtvm.sh              |   2 +-
 tests/scripts/task_rust.sh                         |   7 +-
 32 files changed, 786 insertions(+), 265 deletions(-)
 mode change 100644 => 100755 Jenkinsfile
 create mode 100644 docs/dev/pytest_target_parametrization.rst

Reply via email to