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/12/10 05:02:34 UTC

[tvm] branch nightly updated (3af50e0fce -> 0dc26dd870)

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

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


    from 3af50e0fce [TIR][Transform] Keep the allocate buffers order after update buffer allocation location (#13560)
     add fbb31fefda [Hexagon] Skip test if "onnx" module not available (#13585)
     add 02820ad283 [FQ2I] Support converting `dense` -> `add` to `qnn.dense` -> `add` -> `requantize` (#13578)
     add 0dc26dd870 [ci][docker] Allow usage of ECR images in PRs (#13590)

No new revisions were added by this update.

Summary of changes:
 ci/jenkins/generated/arm_jenkinsfile.groovy        | 46 +++++++++++-
 ci/jenkins/generated/cortexm_jenkinsfile.groovy    | 46 +++++++++++-
 ci/jenkins/generated/cpu_jenkinsfile.groovy        | 46 +++++++++++-
 ci/jenkins/generated/docker_jenkinsfile.groovy     | 87 +++++++++++-----------
 ci/jenkins/generated/gpu_jenkinsfile.groovy        | 46 +++++++++++-
 ci/jenkins/generated/hexagon_jenkinsfile.groovy    | 46 +++++++++++-
 ci/jenkins/generated/i386_jenkinsfile.groovy       | 46 +++++++++++-
 ci/jenkins/generated/lint_jenkinsfile.groovy       | 46 +++++++++++-
 ci/jenkins/generated/minimal_jenkinsfile.groovy    | 46 +++++++++++-
 ci/jenkins/generated/riscv_jenkinsfile.groovy      | 46 +++++++++++-
 ci/jenkins/generated/wasm_jenkinsfile.groovy       | 46 +++++++++++-
 ci/jenkins/templates/docker_jenkinsfile.groovy.j2  | 41 ----------
 ci/jenkins/templates/utils/Prepare.groovy.j2       | 44 ++++++++++-
 ci/scripts/jenkins/determine_docker_images.py      |  6 +-
 python/tvm/relay/frontend/onnx.py                  |  5 +-
 .../transform/fake_quantization_to_integer.py      | 31 ++++++++
 .../transforms/fake_quantization_to_integer.cc     |  2 +-
 tests/python/contrib/test_hexagon/test_models.py   |  2 +-
 .../test_pass_fake_quantization_to_integer.py      | 43 +++++++++--
 19 files changed, 593 insertions(+), 128 deletions(-)