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/09/02 11:05:55 UTC

[tvm] branch last-successful updated (4acddb1d03 -> 445a14f4c6)

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 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)

No new revisions were added by this update.

Summary of changes:
 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 ++++++++---------
 tests/python/contrib/test_ethosn/infrastructure.py |  3 +-
 .../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 ++--
 19 files changed, 225 insertions(+), 43 deletions(-)