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/25 11:10:40 UTC

[tvm] branch last-successful updated (822d863770 -> d2db9cb0d8)

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 822d863770 [Hexagon] Add mobilenet test (#11104)
     add d2db9cb0d8 [microNPU] Integrate the cascader (#10862)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/ethosu/cascader/__init__.py     |   2 +-
 python/tvm/contrib/ethosu/cascader/scheduler.py    |  36 +++-
 python/tvm/relay/backend/contrib/ethosu/codegen.py |  85 +++++++-
 .../relay/backend/contrib/ethosu/tir/compiler.py   |   2 +-
 .../relay/backend/contrib/ethosu/tir/scheduler.py  |   7 +-
 python/tvm/relay/backend/contrib/ethosu/util.py    |   6 +
 src/relay/backend/contrib/ethosu/compiler_attrs.cc |   4 +
 .../test_ethosu/cascader/test_memory_reduction.py  | 223 +++++++++++++++++++++
 tests/python/contrib/test_ethosu/infra.py          |  36 +++-
 9 files changed, 376 insertions(+), 25 deletions(-)
 create mode 100644 tests/python/contrib/test_ethosu/cascader/test_memory_reduction.py