You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2022/02/21 10:29:18 UTC

[tvm] branch main updated (81df151 -> 7d831e1)

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

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


    from 81df151  Generate correct output tensor names in C Interface API (#10191)
     add 7d831e1  [ci] Add auto-updating `last-successful` branch (#10056)

No new revisions were added by this update.

Summary of changes:
 ...c_bot.yml => update_last_successful_branch.yml} |  21 +--
 tests/python/unittest/test_ci.py                   | 101 +++++++++++
 tests/scripts/git_utils.py                         |   8 +-
 tests/scripts/update_branch.py                     | 192 +++++++++++++++++++++
 4 files changed, 307 insertions(+), 15 deletions(-)
 copy .github/workflows/{cc_bot.yml => update_last_successful_branch.yml} (67%)
 create mode 100755 tests/scripts/update_branch.py