This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-docker-update
in repository https://gitbox.apache.org/repos/asf/tvm.git
omit a08926a7cd [ci][docker] Nightly Docker image update
add 8ca8f24d54 [TIR] Handle DeclBuffer in ToSSA (#12679)
add 4acddb1d03 [COMMUNITY] Yaxing Cai -> Reviewer (#12683)
add b2d6600064 [PyTorch] Fix aten::arange for pytorch (#12681)
add bb56f2a972 [MetaSchedule][UX] Convenient Object Creation (#12643)
add 445a14f4c6 [ETHOSN] Fix some more pylint issues (#12675)
add 0549a08f4d [ETHOSN] Add support for concatenate with negative axis
(#12686)
add 7c7b0f7a2f [ci][tvmbot] Trigger GitHub Actions after merging (#12361)
add 0cbf3aa6e2 [AutoTVM][Testing] Add `tune_relay` scripts (#12685)
add 4ed6564f76 [ci] Add tests for PR linter (#12680)
add 2734d044a2 [Adreno] Define memory_info for global.texture* (#12647)
add 28cad58fd0 [Web][Emscripten] Update EMCC C++ standard to C++17 (#12693)
add 7da0264d73 [ci][docker] Nightly Docker image update
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a08926a7cd)
\
N -- N -- N refs/heads/nightly-docker-update (7da0264d73)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CONTRIBUTORS.md | 1 +
Jenkinsfile | 16 +-
ci/jenkins/Jenkinsfile.j2 | 16 +-
ci/scripts/check_pr.py | 17 +-
ci/scripts/github_tvmbot.py | 22 +-
include/tvm/target/target_info.h | 6 +-
include/tvm/tir/stmt.h | 1 +
.../cuda_graph => autotvm/testing}/__init__.py | 1 +
.../testing/tune_relay.py | 148 ++--
python/tvm/meta_schedule/builder/__init__.py | 2 +-
python/tvm/meta_schedule/builder/builder.py | 17 +
python/tvm/meta_schedule/database/__init__.py | 2 +-
python/tvm/meta_schedule/database/database.py | 41 +-
python/tvm/meta_schedule/database/json_database.py | 31 +-
python/tvm/meta_schedule/runner/__init__.py | 12 +-
python/tvm/meta_schedule/runner/runner.py | 22 +-
.../tvm/meta_schedule/search_strategy/__init__.py | 2 +-
.../search_strategy/search_strategy.py | 29 +
.../tvm/meta_schedule/space_generator/__init__.py | 2 +-
.../space_generator/space_generator.py | 28 +
.../tvm/meta_schedule/task_scheduler/__init__.py | 4 +-
.../meta_schedule/task_scheduler/task_scheduler.py | 20 +
python/tvm/meta_schedule/testing/relay_workload.py | 4 +-
python/tvm/relay/frontend/pytorch.py | 32 +-
python/tvm/topi/adreno/utils.py | 14 +
src/relay/backend/contrib/ethosn/ethosn_api.cc | 7 +-
src/tir/transforms/ir_utils.cc | 9 +
tests/python/ci/sample_prs/pr10786-badci.json | 130 ----
.../ci/sample_prs/pr10786-changes-requested.json | 131 ----
tests/python/ci/sample_prs/pr10786-co-authors.json | 129 ----
.../ci/sample_prs/pr10786-invalid-author.json | 130 ----
tests/python/ci/sample_prs/pr10786-merges.json | 129 ----
.../python/ci/sample_prs/pr10786-missing-job.json | 129 ----
.../python/ci/sample_prs/pr10786-nottriggered.json | 129 ----
tests/python/ci/sample_prs/pr10786-oldreview.json | 129 ----
.../{pr10786-ignore-jobs.json => pr10786.json} | 5 +-
.../sample_prs/pr11244-unauthorized-comment.json | 103 ---
tests/python/ci/sample_prs/pr11267-no-review.json | 144 ----
tests/python/ci/sample_prs/pr11442-rerun-ci.json | 183 -----
tests/python/ci/test_ci.py | 846 +++++++++------------
tests/python/ci/test_tvmbot.py | 400 ++++++----
tests/python/ci/test_utils.py | 33 +-
tests/python/contrib/test_ethosn/infrastructure.py | 3 +-
.../python/contrib/test_ethosn/test_concatenate.py | 49 +-
.../test_ethosn/test_convert_equivalents.py | 1 +
tests/python/contrib/test_ethosn/test_networks.py | 10 +-
tests/python/contrib/test_ethosn/test_reshape.py | 6 +-
.../unittest/test_tir_transform_unroll_loop.py | 9 +-
web/Makefile | 2 +-
49 files changed, 1060 insertions(+), 2276 deletions(-)
mode change 100644 => 100755 ci/scripts/check_pr.py
copy python/tvm/{contrib/cuda_graph => autotvm/testing}/__init__.py (95%)
copy python/tvm/{auto_scheduler => autotvm}/testing/tune_relay.py (55%)
delete mode 100644 tests/python/ci/sample_prs/pr10786-badci.json
delete mode 100644 tests/python/ci/sample_prs/pr10786-changes-requested.json
delete mode 100644 tests/python/ci/sample_prs/pr10786-co-authors.json
delete mode 100644 tests/python/ci/sample_prs/pr10786-invalid-author.json
delete mode 100644 tests/python/ci/sample_prs/pr10786-merges.json
delete mode 100644 tests/python/ci/sample_prs/pr10786-missing-job.json
delete mode 100644 tests/python/ci/sample_prs/pr10786-nottriggered.json
delete mode 100644 tests/python/ci/sample_prs/pr10786-oldreview.json
rename tests/python/ci/sample_prs/{pr10786-ignore-jobs.json => pr10786.json}
(78%)
delete mode 100644 tests/python/ci/sample_prs/pr11244-unauthorized-comment.json
delete mode 100644 tests/python/ci/sample_prs/pr11267-no-review.json
delete mode 100644 tests/python/ci/sample_prs/pr11442-rerun-ci.json