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/04/07 00:49:35 UTC

[tvm] branch last-successful updated (9bd19bb9ac -> 5ca528c847)

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 9bd19bb9ac [docs][ci] Add CI reproducability docs (#10912)
     add 8e438683a4 [ci] Roll out teams-tagging to everyone (#10739)
     add 6cbb0f6718 [build] Update libinfo and add lint rule (#10774)
     add e09e9398e7 [ci] Add a tag to generated Jenkinsfile (#10825)
     add de4d35c229 [skip ci][ci] Remove inplace flag from black script (#10918)
     add bad24dd16a [Hexagon][LLVM][CodeGen] Make CodeGenHexagon a subclass of CodeGenCPU (#10908)
     add 5ca528c847 [skip ci][ci] Fix stale test in teams tagging (#10920)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                        |  22 ++
 cmake/modules/LibInfo.cmake        | 105 +++++---
 jenkins/Jenkinsfile.j2             |  22 ++
 jenkins/generate.py                |  15 +-
 python/tvm/support.py              |  26 ++
 src/support/libinfo.cc             | 105 +++++---
 src/target/llvm/codegen_hexagon.cc | 491 +------------------------------------
 tests/lint/check_cmake_options.py  |  80 ++++++
 tests/python/ci/test_ci.py         |  19 --
 tests/scripts/github_tag_teams.py  |  19 --
 tests/scripts/task_lint.sh         |   5 +-
 11 files changed, 310 insertions(+), 599 deletions(-)
 create mode 100644 tests/lint/check_cmake_options.py