You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/08/03 02:39:07 UTC

[tvm] branch last-successful updated (f0650986ad -> fefc27f261)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from f0650986ad Revert "[CI] Fix build android rpc failure in CI" (#12277)
     add 1ca07438e0 [release] Add script to gather PRs for a release (#11987)
     add aa0d2bb098 [microTVM]Fix dense_dsp schedule in autotuning (#12271)
     add fefc27f261 [ci] Specify permissions for tvm bot (#11937)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/main.yml              |   5 +-
 .github/workflows/tvmbot.yml            |   8 ++
 docs/contribute/release_process.rst     |  44 +++++--
 python/tvm/relay/op/strategy/arm_cpu.py |  10 +-
 python/tvm/topi/arm_cpu/dense.py        |  12 +-
 tests/scripts/git_utils.py              |   9 +-
 tests/scripts/github_tvmbot.py          |  54 +++++---
 tests/scripts/release/.gitignore        |   5 +
 tests/scripts/release/README.md         |  43 +++++++
 tests/scripts/release/gather_prs.py     | 216 ++++++++++++++++++++++++++++++++
 tests/scripts/release/list_rfcs.py      |  75 +++++++++++
 tests/scripts/release/make_notes.py     | 133 ++++++++++++++++++++
 12 files changed, 586 insertions(+), 28 deletions(-)
 create mode 100644 tests/scripts/release/.gitignore
 create mode 100644 tests/scripts/release/README.md
 create mode 100644 tests/scripts/release/gather_prs.py
 create mode 100644 tests/scripts/release/list_rfcs.py
 create mode 100644 tests/scripts/release/make_notes.py