You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2019/11/06 00:03:14 UTC

[incubator-tvm] branch master updated (aae5cde -> 86b844b)

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

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from aae5cde  workaround typing.Deque import error for Python 3.5 (#4254)
     add 86b844b  [DOCS] Update link loc (#4257)

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                |  2 +-
 CONTRIBUTORS.md                                 |  2 +-
 apps/android_deploy/README.md                   |  4 ++--
 apps/android_rpc/README.md                      |  6 +++---
 apps/benchmark/README.md                        |  4 ++--
 apps/sgx/README.md                              |  2 +-
 conda/tvm-libs/meta.yaml                        |  2 +-
 conda/tvm/meta.yaml                             |  2 +-
 docker/Dockerfile.demo_android                  |  2 +-
 docker/Dockerfile.demo_opencl                   |  2 +-
 docker/install/install_tvm_cpu.sh               |  2 +-
 docker/install/install_tvm_gpu.sh               |  2 +-
 docs/contribute/community.rst                   |  2 +-
 docs/contribute/document.rst                    |  4 ++--
 docs/deploy/android.md                          |  4 ++--
 docs/deploy/cpp_deploy.md                       | 10 +++++-----
 docs/deploy/index.rst                           |  2 +-
 docs/deploy/nnvm.md                             |  2 +-
 docs/dev/inferbound.rst                         |  8 ++++----
 docs/dev/nnvm_overview.md                       |  2 +-
 docs/dev/relay_add_pass.rst                     |  6 +++---
 docs/dev/relay_pass_infra.rst                   | 12 ++++++------
 docs/dev/runtime.rst                            | 20 ++++++++++----------
 docs/faq.md                                     |  2 +-
 docs/frontend/tensorflow.rst                    |  4 ++--
 docs/install/docker.rst                         |  4 ++--
 docs/install/from_source.rst                    |  2 +-
 docs/install/nnpack.md                          |  2 +-
 docs/langref/relay_expr.rst                     |  2 +-
 docs/vta/install.md                             |  4 ++--
 jvm/README.md                                   |  2 +-
 jvm/pom.xml                                     |  4 ++--
 nnvm/tutorials/deploy_model_on_mali_gpu.py      |  2 +-
 nnvm/tutorials/deploy_model_on_rasp.py          |  2 +-
 nnvm/tutorials/tune_nnvm_arm.py                 |  4 ++--
 nnvm/tutorials/tune_nnvm_cuda.py                |  2 +-
 nnvm/tutorials/tune_nnvm_mobile_gpu.py          |  4 ++--
 python/setup.py                                 |  2 +-
 python/tvm/_ffi/libinfo.py                      |  2 +-
 rust/frontend/Cargo.toml                        |  4 ++--
 rust/frontend/README.md                         |  2 +-
 rust/frontend/src/context.rs                    |  2 +-
 rust/frontend/src/lib.rs                        |  2 +-
 rust/macros/Cargo.toml                          |  2 +-
 rust/runtime/Cargo.toml                         |  2 +-
 rust/runtime/src/threading.rs                   |  2 +-
 tests/python/relay/test_op_level2.py            |  2 +-
 tests/python/unittest/test_graph_tuner_core.py  |  2 +-
 tests/python/unittest/test_graph_tuner_utils.py |  2 +-
 topi/python/setup.py                            |  2 +-
 topi/python/topi/x86/conv2d.py                  |  2 +-
 topi/python/topi/x86/conv2d_avx_1x1.py          |  2 +-
 tutorials/autotvm/tune_relay_arm.py             |  4 ++--
 tutorials/autotvm/tune_relay_cuda.py            |  2 +-
 tutorials/autotvm/tune_relay_mobile_gpu.py      |  4 ++--
 tutorials/cross_compilation_and_rpc.py          |  2 +-
 tutorials/frontend/deploy_model_on_android.py   |  6 +++---
 tutorials/frontend/deploy_model_on_rasp.py      |  2 +-
 vta/apps/tsim_example/README.md                 |  2 +-
 web/README.md                                   |  4 ++--
 60 files changed, 101 insertions(+), 101 deletions(-)