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/06/23 23:05:49 UTC

[tvm] branch last-successful updated (c42ef79d1e -> 092b54830b)

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 c42ef79d1e [ci][docker] Send a PR to bump the Docker images nightly (#11813)
     add 0d14519e14 [ci] Enable pylint for tests/python/ci (#11666)
     add a090009be6 add split infer shape with convert op layout pass (#11825)
     add 092b54830b add topK FInferCorrectLayout attr (#11849)

No new revisions were added by this update.

Summary of changes:
 src/relay/op/algorithm/topk.cc                     |  37 +++++
 src/relay/op/tensor/transform.cc                   |  39 +++++
 tests/lint/pylint.sh                               |   2 +-
 .../tvm/_ffi/_cy2 => tests/python/ci}/__init__.py  |   2 +-
 tests/python/ci/test_ci.py                         | 137 +++++++++-------
 tests/python/ci/test_mergebot.py                   |  36 ++---
 tests/python/ci/test_script_converter.py           |  22 ++-
 tests/python/ci/test_utils.py                      |  23 ++-
 tests/python/relay/test_pass_convert_op_layout.py  | 172 ++++++++++++++++++++-
 9 files changed, 385 insertions(+), 85 deletions(-)
 copy {python/tvm/_ffi/_cy2 => tests/python/ci}/__init__.py (94%)