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 d54c0651ec [Torch][AArch64] Skip
test_load_model___wrong_language__to_pytorch (#12660)
add a399e6ce97 [ci] Add linter for PR title and body (#12367)
add c6516a534f [TIR] Allow string/buffer arguments to Schedule
cache_read/write (#12661)
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 23 +++-
ci/jenkins/Prepare.groovy.j2 | 21 ++-
ci/scripts/check_pr.py | 150 +++++++++++++++++++++
ci/scripts/git_skip_ci.py | 2 +-
python/tvm/tir/schedule/schedule.py | 42 +++++-
.../unittest/test_tir_schedule_cache_read_write.py | 8 +-
6 files changed, 234 insertions(+), 12 deletions(-)
create mode 100644 ci/scripts/check_pr.py