You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/04/02 00:10:37 UTC

[tvm] branch ci-docker-staging updated (adf12e4 -> 9941632)

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 adf12e4  Format
 discard 9ebc663  WIP
 discard f8522e9  Bump the Jenkinsfile
 discard 8f8333f  Tweak CI
 discard 74932d0  Turn docs back on
 discard 6b8c295  Clean up build
 discard 34806ac  Format
 discard 6d639ba  Remove warning
 discard b8613d6  Add header
 discard 9dee499  Fix caps
 discard dd7cc31  Conform to Apache branding guidelines
 discard b540eef  Add README for tvm-graph-rt
 discard c281b2d  Tweak versions for publishing
 discard 0b593de  Tweak versions for publishing
 discard 8e373c8  Add descp for tvm-sys
 discard 309eff0  Fix path
 discard 09ff914  Move generated code to OUT_DIR
 discard a8391af  Add README
 discard cabc9a7  Fix Cargo verisions for pre-release
 discard 954abe0  Add Readme for tvm-sys crate.
 discard ab1bc81  Add docs
 discard 03b7019  Tweak build.rs to use release version of tvm-build
 discard 1939a4d  Update build.rs to use new tvm-build version
 discard 5651bd6  Fixes for version bump
 discard 69675d4  Rewrite the Rust Module API and change some imports causing crashes.
     add a1b4f0e  [Relay]Frontend][Onnx] Add a converter for ATen Nodes (#7747)
     add 08c6feb  [GO] Fix go bindings (#7696)
     add 6eedad1  [crt] fix shift out of type bounds (#7733)
     add 0bd1536  [Target] Add support for target object with host field compatible with previous api (#7534)
     add d5af4f2  [PYTHON][RPC] Make rpc proxy jupyter friendly via PopenWorker. (#7757)
     add b3ab19e  [Relay][Pass] ConcretizeLike and EliminateIdentity rewrites for SimplifyExpr (#7731)
     add 1792837  [TE] Bugfix for reduction that involves multi-outs with where cond (#7692)
     add 0e5b51b  update to zephyr 2.5
     add 5204e2d  unbreak test_zephyr
     add 31b9287  fix stack size
     add 09288ca  always create packer.log
     add 9244303  add qemu debugging
     add 5d4ab58  fix transport with debug false
     add e18f023  size down ring buf, shouldn't need to be so large
     add 9d49771  update to zephyr 2.5
     add bfc146b7 Merge remote-tracking branch 'areusch/update-zephyr-2.5' into update-zephyr-2.5
     add f8002d4  fix buffer size
     add 92360f6  cleanup
     add 86e98e3  cleanup
     add 927ba46  remove debugger
     add d55741a  nit
     add ede42f6  remove debug mode
     add 9dc379b  fix packer log
     add 6cf1f46  update ci script
     add ca7d394  Merge branch 'update-zephyr-2.5' of github.com:mehrdadh/tvm into update-zephyr-2.5
     add 7241c7b  comment
     add 9941632  update ci_qemu

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   (adf12e4)
            \
             N -- N -- N   refs/heads/ci-docker-staging (9941632)

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                                        |   8 +-
 apps/microtvm/reference-vm/base-box-tool.py        |   7 +-
 .../microtvm/reference-vm/zephyr/base-box/setup.sh |  13 +-
 .../reference-vm/zephyr/base-box/test-config.json  |   4 +-
 .../zephyr/demo_runtime/boards/nucleo_f746zg.conf  |   4 +-
 .../zephyr/demo_runtime/boards/qemu_x86.conf       |   2 +
 apps/microtvm/zephyr/demo_runtime/prj.conf         |   1 -
 apps/microtvm/zephyr/demo_runtime/src/main.c       |  12 +-
 docker/install/ubuntu1804_install_llvm.sh          |   2 +-
 docker/install/ubuntu_install_core.sh              |   8 +-
 docker/install/ubuntu_install_llvm.sh              |   2 +-
 docker/install/ubuntu_install_rocm.sh              |   6 +-
 docker/install/ubuntu_install_zephyr.sh            |  13 +-
 golang/Makefile                                    |   2 +-
 golang/src/tvm_runtime_pack.cc                     |   2 +
 include/tvm/target/target.h                        |  37 +++-
 python/tvm/auto_scheduler/measure.py               |  13 +-
 python/tvm/auto_scheduler/relay_integration.py     |   8 +-
 python/tvm/auto_scheduler/search_task.py           |  14 +-
 python/tvm/autotvm/graph_tuner/base_graph_tuner.py |   7 +-
 .../autotvm/graph_tuner/utils/traverse_graph.py    |   2 +-
 python/tvm/autotvm/measure/measure_methods.py      |   3 +
 python/tvm/autotvm/task/relay_integration.py       |   9 +-
 python/tvm/autotvm/task/task.py                    |  14 +-
 python/tvm/contrib/nvcc.py                         |   2 -
 python/tvm/contrib/peak.py                         |  13 +-
 python/tvm/contrib/popen_pool.py                   |  10 +-
 python/tvm/driver/build_module.py                  |  13 +-
 python/tvm/driver/tvmc/autotuner.py                |  11 +-
 python/tvm/driver/tvmc/compiler.py                 |  12 +-
 python/tvm/exec/measure_peak.py                    |   4 +
 python/tvm/exec/popen_worker.py                    |   3 +
 python/tvm/exec/rpc_proxy.py                       |  24 +-
 python/tvm/micro/contrib/zephyr.py                 |   2 +-
 python/tvm/micro/transport/file_descriptor.py      |   9 +-
 python/tvm/micro/transport/serial.py               |   5 +-
 python/tvm/relay/backend/_backend.py               |   7 +-
 python/tvm/relay/backend/vm.py                     |  17 +-
 python/tvm/relay/build_module.py                   |  15 +-
 python/tvm/relay/frontend/onnx.py                  |  76 ++++++-
 python/tvm/rpc/proxy.py                            | 125 ++++++++---
 python/tvm/target/target.py                        |  62 ++++--
 rust/tvm-graph-rt/Cargo.toml                       |   6 +-
 rust/tvm-graph-rt/README.md                        |  20 --
 rust/tvm-macros/Cargo.toml                         |   2 +-
 rust/tvm-macros/README.md                          |  20 --
 rust/tvm-rt/Cargo.toml                             |  10 +-
 rust/tvm-rt/src/ndarray.rs                         |   4 +-
 rust/tvm-sys/Cargo.toml                            |  11 +-
 rust/tvm-sys/README.md                             |  28 ---
 rust/tvm-sys/build.rs                              | 136 ++++--------
 rust/tvm-sys/src/byte_array.rs                     |   6 +-
 rust/tvm-sys/src/lib.rs                            |   2 +-
 rust/tvm/Cargo.toml                                |   6 +-
 rust/tvm/README.md                                 |   6 +-
 src/auto_scheduler/feature.cc                      |  18 +-
 src/auto_scheduler/measure_record.cc               |   8 +-
 src/auto_scheduler/search_task.cc                  |   3 +
 src/driver/driver_api.cc                           |  47 ++--
 src/relay/backend/build_module.cc                  |  17 +-
 src/relay/backend/vm/compiler.cc                   |  10 +-
 src/relay/transforms/dynamic_to_static.cc          |   1 -
 src/relay/transforms/memory_alloc.cc               |   2 +
 src/relay/transforms/pattern_utils.h               |  50 +++--
 src/relay/transforms/simplify_expr.cc              | 246 +++++++++++++++++----
 src/relay/transforms/simplify_expr.h               |  91 ++++++++
 src/runtime/crt/common/crt_runtime_api.c           |   7 +-
 src/target/opt/build_cuda_on.cc                    |  15 +-
 src/target/target.cc                               |  57 ++++-
 src/te/operation/compute_op.cc                     |   2 +-
 tests/micro/zephyr/test_zephyr.py                  |   7 +-
 tests/python/contrib/test_cudnn.py                 |   8 +-
 tests/python/contrib/test_dlpack.py                |   4 +-
 tests/python/contrib/test_miopen.py                |   4 +-
 tests/python/contrib/test_rpc_proxy.py             |  17 +-
 tests/python/driver/tvmc/test_compiler.py          |   3 +-
 tests/python/frontend/onnx/test_forward.py         |  35 +++
 tests/python/frontend/tensorflow/test_forward.py   |   3 +-
 tests/python/integration/test_reduce.py            |   4 +-
 tests/python/integration/test_tuning.py            |   7 +-
 tests/python/relay/test_pass_simplify_expr.py      | 146 +++++++++++-
 tests/python/relay/test_vm.py                      |   5 +-
 tests/python/topi/python/test_topi_sparse.py       |   3 +-
 .../python/unittest/test_auto_scheduler_measure.py |   6 +-
 .../unittest/test_auto_scheduler_search_task.py    |  16 +-
 tests/python/unittest/test_crt.py                  |   3 +-
 .../python/unittest/test_runtime_heterogeneous.py  |   6 +-
 tests/python/unittest/test_runtime_rpc.py          |   2 +-
 tests/python/unittest/test_target_codegen_blob.py  |   2 +-
 .../python/unittest/test_target_codegen_device.py  |   2 +-
 .../python/unittest/test_target_codegen_hexagon.py |   6 +-
 tests/python/unittest/test_target_target.py        |  69 ++++--
 tests/python/unittest/test_te_tensor.py            |  31 ++-
 ...test_tir_transform_instrument_bound_checkers.py |  13 +-
 tests/scripts/task_python_docs.sh                  |   5 +-
 tests/scripts/task_rust.sh                         |  14 +-
 tutorials/auto_scheduler/tune_network_mali.py      |  11 +-
 tutorials/autotvm/tune_relay_mobile_gpu.py         |  10 +-
 tutorials/frontend/deploy_model_on_android.py      |  14 +-
 tutorials/frontend/from_darknet.py                 |   5 +-
 tutorials/frontend/from_pytorch.py                 |   5 +-
 tutorials/frontend/from_tensorflow.py              |   8 +-
 tutorials/get_started/cross_compilation_and_rpc.py |   4 +-
 tutorials/get_started/tensor_expr_get_started.py   |  27 ++-
 104 files changed, 1333 insertions(+), 606 deletions(-)
 mode change 100644 => 100755 apps/microtvm/reference-vm/base-box-tool.py
 delete mode 100644 rust/tvm-graph-rt/README.md
 delete mode 100644 rust/tvm-macros/README.md
 delete mode 100644 rust/tvm-sys/README.md
 create mode 100644 src/relay/transforms/simplify_expr.h