You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by co...@apache.org on 2021/06/09 16:35:14 UTC

[tvm] branch main updated (8a04efa -> 53e4c60)

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

comaniac pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 8a04efa  Graph executor: remove unnecessary unique_ptr, NFC (#8214)
     add 53e4c60  [DOC] Improve "Getting Started with TVM" tutorials and fix warnings (#8221)

No new revisions were added by this update.

Summary of changes:
 docs/api/python/graph_executor.rst                 |  2 +-
 docs/conf.py                                       |  8 +-
 docs/deploy/bnns.rst                               |  3 +-
 docs/dev/device_target_interactions.rst            |  2 +-
 docs/dev/index.rst                                 | 12 +--
 docs/index.rst                                     |  4 +-
 python/tvm/relay/op/nn/nn.py                       |  1 +
 python/tvm/relay/op/transform.py                   |  7 +-
 python/tvm/topi/cuda/sparse_reshape.py             |  1 +
 python/tvm/topi/cuda/unique.py                     |  1 +
 python/tvm/topi/sparse_reshape.py                  |  1 +
 python/tvm/topi/unique.py                          |  1 +
 src/README.md                                      | 19 +++--
 tutorials/auto_scheduler/tune_network_arm.py       |  2 +-
 tutorials/autotvm/tune_conv2d_cuda.py              |  2 +-
 ..._matmul_x86.py => auto_scheduler_matmul_x86.py} |  2 +-
 .../{autotvm_matmul.py => autotvm_matmul_x86.py}   | 17 ++--
 ..._tuning_with_python.py => autotvm_relay_x86.py} |  5 +-
 tutorials/get_started/install.py                   |  4 +-
 tutorials/get_started/introduction.py              | 94 +++++++++++-----------
 tutorials/get_started/tensor_expr_get_started.py   | 33 ++++----
 tutorials/get_started/tvmc_command_line_driver.py  |  2 +-
 vta/tutorials/frontend/deploy_classification.py    |  2 +-
 23 files changed, 120 insertions(+), 105 deletions(-)
 rename tutorials/get_started/{tune_matmul_x86.py => auto_scheduler_matmul_x86.py} (99%)
 rename tutorials/get_started/{autotvm_matmul.py => autotvm_matmul_x86.py} (96%)
 rename tutorials/get_started/{auto_tuning_with_python.py => autotvm_relay_x86.py} (99%)