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

jroesch pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    omit 75b565a  add Verilator to CI
    omit 3ec67f0  [AutoScheduler] Fix conv3d's op strategy for auto-scheduler 
(#7328)
    omit af9d1d2  [BYOC][Verilator] add support to dynamically load hardware 
library (#7286)
    omit 6787d74  get_top_results works on a copy of output (#7327)
    omit 790344c  relax tolerance for dlpack test (#7325)
    omit 17ae44d  add a shape function and dynamic test for round (#7324)
    omit 7b6a1a7  Fix an issue with dynamic functions overwritting call arg 
types (#7295)
    omit fc9e264  Made tensorflow IsNan actually work (#7320)
     add 9db961d  Build microTVM using standalone_crt in build tree.
     add 4ae8dcb  black format
     add 0935452  pylint
     add 03e2edc  try stashing entire standalone_crt in hopes it will not upset 
jenkins

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   (75b565a)
            \
             N -- N -- N   refs/heads/ci-docker-staging (03e2edc)

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                                        |   6 +-
 cmake/config.cmake                                 |   4 +-
 cmake/modules/StandaloneCrt.cmake                  |   8 +-
 cmake/modules/contrib/Verilator.cmake              |   8 +-
 pyproject.toml                                     |  93 +++++++++++
 python/tvm/driver/tvmc/runner.py                   |   2 +-
 python/tvm/micro/__init__.py                       |   4 +-
 python/tvm/micro/build.py                          | 174 ++++++++++++++-------
 python/tvm/micro/compiler.py                       |   5 +-
 python/tvm/relay/frontend/tensorflow.py            |   1 -
 python/tvm/relay/op/_tensor.py                     |   1 -
 python/tvm/relay/op/strategy/x86.py                |   2 +-
 src/relay/analysis/type_solver.cc                  |  18 +--
 src/relay/analysis/type_solver.h                   |   3 +-
 src/relay/backend/contrib/verilator/codegen.cc     |  30 +---
 src/relay/transforms/type_infer.cc                 |  12 +-
 src/runtime/contrib/verilator/verilator_runtime.cc |  69 ++------
 tests/micro/qemu/test_zephyr.py                    |   3 +-
 tests/python/contrib/test_dlpack.py                |   2 +-
 .../contrib/test_verilator/infrastructure.py       |  39 +----
 tests/python/frontend/tensorflow/test_forward.py   |   4 -
 tests/python/relay/test_any.py                     |   1 -
 tests/python/relay/test_type_infer.py              |  14 --
 tests/python/unittest/test_crt.py                  |  13 +-
 tests/python/unittest/test_link_params.py          |  13 +-
 tests/scripts/task_config_build_cpu.sh             |   1 -
 tests/scripts/task_config_build_i386.sh            |   1 -
 tutorials/micro/micro_tflite.py                    |  13 +-
 28 files changed, 278 insertions(+), 266 deletions(-)

Reply via email to