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/03/27 12:39:11 UTC

[tvm] branch main updated (dc81767 -> 2988a08)

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 dc81767  [ARITH] detect iter affine map with predicate (#7752)
     add 2988a08  [docs] Getting Started: Introduction and Installation (#7638)

No new revisions were added by this update.

Summary of changes:
 docs/conf.py                          |   2 +
 docs/index.rst                        |   2 +-
 tutorials/get_started/README.txt      |   4 +-
 tutorials/get_started/install.py      |  49 +++++++++++++
 tutorials/get_started/introduction.py | 132 ++++++++++++++++++++++++++++++++++
 5 files changed, 186 insertions(+), 3 deletions(-)
 create mode 100644 tutorials/get_started/install.py
 create mode 100644 tutorials/get_started/introduction.py