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 2023/03/01 05:02:44 UTC

[tvm] branch nightly updated (2b2cb96733 -> 428400c6e0)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 2b2cb96733 [TVMScript][Printer] Remove relax prefix for now (#14140)
     add 7d67bb1be4 [microNPU] Sum legalization support (#13997)
     add 7c06de52a1 [Fix][MetaSchedule] Fix redundant stages in async pipeline for mlt (#14143)
     add 428400c6e0 [COMMUNITY] Cheng Wen -> Reviewer (#14153)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTORS.md                                    |   1 +
 .../tvm/relay/backend/contrib/ethosu/legalize.py   |  82 +++++++++++++++
 .../tvm/relay/backend/contrib/ethosu/te/pooling.py |  11 +-
 .../backend/contrib/ethosu/tir_to_cs_translator.py |   7 +-
 python/tvm/relay/op/contrib/ethosu.py              |  90 ++++++++++++++++
 .../schedule_rule/multi_level_tiling.cc            |   2 +-
 src/relay/op/contrib/ethosu/op_attrs.h             |   4 +-
 src/relay/op/contrib/ethosu/pooling.cc             |  23 +++-
 tests/python/contrib/test_ethosu/test_codegen.py   |  30 ++++++
 tests/python/contrib/test_ethosu/test_legalize.py  | 117 +++++++++++++++++++++
 .../contrib/test_ethosu/test_replace_pooling.py    |  64 ++++++++++-
 ...ule_space_cuda_async_multiple_initialization.py |  88 ++++++++++++++++
 12 files changed, 505 insertions(+), 14 deletions(-)
 create mode 100644 tests/python/unittest/test_meta_schedule_space_cuda_async_multiple_initialization.py