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 2021/06/24 14:28:40 UTC

[tvm] branch main updated (b9d2899 -> d9fe672)

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

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


    from b9d2899  [Relay][Training] Additional gradients (#8307)
     add d9fe672  [Docs] Prevented docs/1 file from being generated. (#8029)

No new revisions were added by this update.

Summary of changes:
 docs/api/python/index.rst                        |  1 +
 docs/api/python/relay/image.rst                  |  1 +
 docs/api/python/relay/index.rst                  |  1 +
 docs/api/python/tir.rst                          |  1 +
 docs/api/python/topi.rst                         |  1 +
 docs/dev/device_target_interactions.rst          |  1 +
 docs/dev/index.rst                               | 11 ++++++++++
 python/tvm/auto_scheduler/compute_dag.py         |  2 +-
 python/tvm/driver/build_module.py                | 12 +++++------
 python/tvm/ir/op.py                              | 18 ++++++++++------
 python/tvm/micro/build.py                        | 11 +++++-----
 python/tvm/relay/op/transform.py                 | 16 ++++++++++----
 python/tvm/relay/transform/transform.py          | 26 ++++++++++++-----------
 python/tvm/runtime/ndarray.py                    |  1 +
 python/tvm/runtime/profiling.py                  |  2 +-
 python/tvm/te/hybrid/__init__.py                 |  2 +-
 python/tvm/te/operation.py                       | 10 ++++-----
 python/tvm/te/tensor_intrin.py                   |  8 +++----
 python/tvm/tir/buffer.py                         |  2 +-
 python/tvm/tir/schedule/block_scope.py           | 17 +++++++++------
 python/tvm/tir/schedule/schedule.py              | 27 ++++++++++++++++--------
 python/tvm/tir/stmt.py                           |  2 +-
 python/tvm/tir/stmt_functor.py                   |  8 +++----
 python/tvm/tir/transform/function_pass.py        |  2 +-
 python/tvm/tir/transform/transform.py            | 20 ++++++++++++------
 python/tvm/topi/nn/sparse.py                     | 18 +++++++++-------
 python/tvm/topi/sparse_reshape.py                | 10 ++++++---
 python/tvm/topi/transform.py                     |  1 +
 python/tvm/topi/unique.py                        | 14 ++++++------
 tests/scripts/task_sphinx_precheck.sh            |  7 +++---
 tutorials/frontend/deploy_model_on_rasp.py       |  2 +-
 tutorials/get_started/autotvm_matmul_x86.py      |  8 +++----
 tutorials/get_started/install.py                 |  1 +
 tutorials/get_started/relay_quick_start.py       |  9 ++++----
 tutorials/get_started/tensor_expr_get_started.py | 24 +++++++++++++--------
 vta/tutorials/autotvm/tune_alu_vta.py            |  1 +
 36 files changed, 185 insertions(+), 113 deletions(-)