You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/12/02 09:58:59 UTC

[tvm] branch main updated (756debc -> b4cc3ba)

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

manupa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 756debc  [TIR][USMP] Greedy memory planning algorithm (#9214)
     add b4cc3ba  [microNPU] Mean legalization support (#9576)

No new revisions were added by this update.

Summary of changes:
 .../tvm/relay/backend/contrib/ethosu/legalize.py   | 166 +++++++++++++++++++++
 .../relay/backend/contrib/ethosu/op/depthwise.py   |   6 +
 .../relay/backend/contrib/ethosu/te/depthwise.py   |  17 ++-
 python/tvm/relay/backend/contrib/ethosu/util.py    |  25 ++++
 python/tvm/relay/op/contrib/ethosu.py              |  91 +++++++++++
 src/relay/op/contrib/ethosu/binary_elementwise.cc  |  21 ++-
 src/relay/op/contrib/ethosu/depthwise.cc           |  31 +++-
 tests/python/contrib/test_ethosu/test_codegen.py   | 101 +++++++++++++
 tests/python/contrib/test_ethosu/test_legalize.py  | 160 ++++++++++++++++++++
 9 files changed, 607 insertions(+), 11 deletions(-)