You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/09/07 22:37:36 UTC

[tvm] branch last-successful updated (010c662938 -> 546a7da2fe)

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

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


    from 010c662938 [TVMScript] IRBuilder methods for `IRModule` (#12694)
     add bee5627908 [TFLite][CI] Update TensorFlow dependency to 2.9.1 (#12131)
     add 7f788dca4e [ci] Add onnx model to S3 (#12716)
     add 546a7da2fe [ci] Re-balance shards (#12473)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/upload_ci_resource.yml           |    2 +
 Jenkinsfile                                        | 1397 ++++++++------------
 ci/jenkins/Test.groovy.j2                          |   12 +-
 ci/jenkins/generate.py                             |   23 +-
 cmake/modules/contrib/TFLite.cmake                 |    2 +
 docker/Dockerfile.ci_cortexm                       |    3 +
 docker/Dockerfile.ci_cpu                           |    3 +
 docker/Dockerfile.ci_gpu                           |    3 +
 docker/Dockerfile.ci_riscv                         |    3 +
 docker/install/ubuntu_install_cmake_source.sh      |    4 +-
 docker/install/ubuntu_install_python_package.sh    |    2 +-
 docker/install/ubuntu_install_tensorflow.sh        |    5 +-
 .../install/ubuntu_install_tensorflow_aarch64.sh   |   23 +-
 docker/install/ubuntu_install_tflite.sh            |   13 +-
 docker/install/ubuntu_install_vela.sh              |    2 +-
 docker/install/ubuntu_install_zephyr.sh            |    3 +-
 python/tvm/contrib/hexagon/pytest_plugin.py        |    3 +-
 tests/scripts/request_hook/request_hook.py         |    1 +
 tests/scripts/setup-pytest-env.sh                  |   10 +-
 19 files changed, 605 insertions(+), 909 deletions(-)