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/11/11 00:00:46 UTC

[tvm] branch nightly-docker-update updated (187c320b64 -> 0dbdb93e7f)

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

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


 discard 187c320b64 [ci][docker] Nightly Docker image update
     add b4b90d76d9 [QNN, ONNX] Extension of QLinearMatMul in ONNX front-end for all ranks of input tensors (#13322)
     add 6d9d2132c1 [TIR] Check producer predicate in `ReverseComputeInline` (#13338)
     add a16a890483 [TOPI] Fix conv2d transpose for small channel (#13341)
     add 1228104726 [Minor][Testing] Consolidate IRs into corresponding functions (#13339)
     add a0dcab2b24 [CPP_RPC][ANDROID] Fix cpp_rpc build failure (#13305)
     add 3a30df6701 [Hexagon] Make allocate_hexagon_array a hexagon contrib API (#13336)
     add 54bd5e1f5f [microNPU] Fixed MergeConstants pass on striped networks (#13281)
     add 23ade0c14b [TVMC] Global pass context for compile and tune (#13309)
     add 7cd203dc3e [TIR] Update ReductionIterNotIndexOutputBuffer to check BlockRealizeN… (#13301)
     add c66bb00a48 [Docker]Refactor timezone script and NRF installation (#13342)
     add 3a639a41a8 [TIR][Arith] Fix divisor checking in `TryConstFold` (#13348)
     add b582cd12ae [MetaSchedule][Minor] Fix Typo in ApplyCustomRule Schedule Rule (#13353)
     add 0dbdb93e7f [ci][docker] Nightly Docker image update

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   (187c320b64)
            \
             N -- N -- N   refs/heads/nightly-docker-update (0dbdb93e7f)

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                                        |  20 +-
 apps/cpp_rpc/CMakeLists.txt                        |  10 +
 apps/microtvm/reference-vm/base-box-tool.py        |   1 +
 .../reference-vm/base-box/base_box_setup.sh        |  18 +-
 ci/jenkins/Jenkinsfile.j2                          |  20 +-
 docker/Dockerfile.ci_adreno                        |   1 +
 docker/Dockerfile.ci_arm                           |   3 +
 docker/Dockerfile.ci_cortexm                       |   7 +
 docker/Dockerfile.ci_cpu                           |   4 +
 docker/Dockerfile.ci_gpu                           |   3 +
 docker/Dockerfile.ci_hexagon                       |   4 +
 docker/Dockerfile.ci_i386                          |   3 +
 docker/Dockerfile.ci_minimal                       |   3 +
 docker/Dockerfile.ci_riscv                         |   3 +
 docker/Dockerfile.ci_wasm                          |   3 +
 docker/Dockerfile.demo_android                     |   4 +
 docker/Dockerfile.demo_rocm                        |   3 +
 docker/Dockerfile.demo_vitis_ai                    |   3 +
 docker/Dockerfile.docs                             |   3 +
 docker/install/ubuntu_install_core.sh              |   5 -
 ...tall_freertos.sh => ubuntu_install_nrfjprog.sh} |  31 +-
 .../{ubuntu_install_dgl.sh => ubuntu_setup_tz.sh}  |   4 +-
 python/tvm/contrib/hexagon/tools.py                |  39 ++
 python/tvm/driver/tvmc/autotuner.py                | 197 +++---
 python/tvm/driver/tvmc/compiler.py                 | 118 ++--
 python/tvm/driver/tvmc/transform.py                |  11 +-
 .../relay/backend/contrib/ethosu/tir/compiler.py   |   5 +-
 python/tvm/relay/frontend/onnx.py                  | 212 +++++-
 python/tvm/testing/__init__.py                     |   2 -
 python/tvm/testing/tir.py                          |  45 +-
 python/tvm/topi/cuda/conv2d_transpose.py           |   2 +-
 src/arith/const_fold.h                             |   3 +-
 .../schedule_rule/apply_custom_rule.cc             |   2 +-
 src/tir/contrib/ethosu/passes.cc                   |  27 +-
 src/tir/schedule/analysis/reducer.cc               |  20 +-
 src/tir/schedule/primitive/compute_inline.cc       |  46 +-
 .../contrib/test_ethosu/test_encode_constants.py   |  32 +-
 .../contrib/test_ethosu/test_merge_constants.py    | 189 ++++++
 .../python/contrib/test_hexagon/infrastructure.py  |  38 --
 .../test_hexagon/test_2d_physical_buffers.py       |   3 +-
 .../test_hexagon/test_benchmark_maxpool2d.py       |   4 +-
 .../contrib/test_hexagon/test_memory_alloc.py      |   3 +-
 tests/python/contrib/test_hexagon/test_sigmoid.py  |   3 +-
 .../topi/slice_op/test_argmax_slice.py             |   4 +-
 .../topi/slice_op/test_avg_pool2d_slice.py         |   2 +-
 .../test_hexagon/topi/slice_op/test_cast_slice.py  |   3 +-
 .../test_hexagon/topi/slice_op/test_clip_slice.py  |   3 +-
 .../topi/slice_op/test_conv2d_slice.py             |   3 +-
 .../topi/slice_op/test_depthwise_conv2d_slice.py   |   3 +-
 .../topi/slice_op/test_dequantize_slice.py         |   2 +-
 .../topi/slice_op/test_max_pool2d_slice.py         |   3 +-
 .../test_hexagon/topi/slice_op/test_relu_slice.py  |   3 +-
 .../topi/slice_op/test_softmax_slice.py            |   3 +-
 .../test_hexagon/topi/slice_op/test_tanh_slice.py  |   4 +-
 .../topi/test_add_subtract_multiply.py             |   2 +-
 .../test_hexagon/topi/test_depth_to_space.py       |   3 +-
 .../contrib/test_hexagon/topi/test_quantize.py     |   2 +-
 .../contrib/test_hexagon/topi/test_reshape.py      |   3 +-
 .../contrib/test_hexagon/topi/test_resize2d.py     |   4 +-
 tests/python/driver/tvmc/conftest.py               |  16 +
 tests/python/driver/tvmc/test_autotuner.py         |  16 +
 tests/python/driver/tvmc/test_compiler.py          |   8 +-
 tests/python/driver/tvmc/test_frontends.py         |  17 +-
 tests/python/driver/tvmc/test_transform.py         |  65 +-
 tests/python/frontend/onnx/test_forward.py         | 121 ++++
 .../python/test_topi_group_conv2d_transpose.py     |   1 +
 ...ta_schedule_schedule_rule_apply_custom_rule.py} |  44 +-
 .../unittest/test_meta_schedule_trace_apply.py     |   4 +-
 .../unittest/test_tir_schedule_compute_inline.py   | 178 ++++++
 ...t_tir_transform_lower_cross_thread_reduction.py | 164 +++++
 .../python/unittest/test_tvmscript_error_report.py | 710 ++++++++++-----------
 .../python/unittest/test_tvmscript_syntax_sugar.py |  13 +-
 72 files changed, 1711 insertions(+), 850 deletions(-)
 copy docker/install/{ubuntu_install_freertos.sh => ubuntu_install_nrfjprog.sh} (53%)
 copy docker/install/{ubuntu_install_dgl.sh => ubuntu_setup_tz.sh} (90%)
 mode change 100644 => 100755 tests/python/contrib/test_hexagon/test_2d_physical_buffers.py
 copy tests/python/unittest/{test_meta_schedule_tune_context.py => test_meta_schedule_schedule_rule_apply_custom_rule.py} (52%)