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/12/14 00:34:37 UTC

[tvm] branch main updated (a674121 -> f0ae9d3)

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

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


    from a674121  [Relay] Non-recursive dependency graph (#9528)
     add f0ae9d3  Add `make docs` and doc building instructions (#9534)

No new revisions were added by this update.

Summary of changes:
 .gitignore                        |   5 +
 Makefile                          |   7 +-
 docker/bash.sh                    |  11 +-
 docs/README.md                    | 101 +++++++++++++++++
 docs/README.txt                   |  59 ----------
 python/tvm/script/parser.py       |   4 +-
 tests/lint/cppdocs.sh             |   3 +-
 tests/lint/pylint.sh              |   8 +-
 tests/scripts/ci.py               | 232 ++++++++++++++++++++++++++++++++++++++
 tests/scripts/task_ci_setup.sh    |   2 +-
 tests/scripts/task_lint.sh        |   6 +-
 tests/scripts/task_python_docs.sh |  27 +++--
 12 files changed, 384 insertions(+), 81 deletions(-)
 create mode 100644 docs/README.md
 delete mode 100644 docs/README.txt
 create mode 100644 tests/scripts/ci.py