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 62e0470  [DOCS] Add background context for stack allocation in builtin 
lowering (#10632)
     add d0c7c78  [microNPU] Tweak a layout transform matrix (#10763)

No new revisions were added by this update.

Summary of changes:
 .../tvm/contrib/ethosu/cascader/device_config.py   | 91 ++++++++++++----------
 .../contrib/ethosu/te/binary_elementwise.py        | 18 +----
 .../tvm/relay/backend/contrib/ethosu/te/common.py  | 60 ++++++++++++++
 .../relay/backend/contrib/ethosu/te/convolution.py | 18 +----
 .../relay/backend/contrib/ethosu/te/depthwise.py   | 18 +----
 .../tvm/relay/backend/contrib/ethosu/te/pooling.py | 18 +----
 .../backend/contrib/ethosu/te/unary_elementwise.py | 18 +----
 src/contrib/ethosu/cascader/block_config.cc        |  2 +
 tests/python/contrib/test_ethosu/cascader/infra.py | 29 ++++---
 .../test_ethosu_binary_elementwise_matcher.py      | 51 +++---------
 .../cascader/test_ethosu_block_config.py           | 43 +++++-----
 .../cascader/test_ethosu_conv2d_matcher.py         |  1 +
 .../cascader/test_ethosu_depthwise2d_matcher.py    |  1 +
 .../cascader/test_ethosu_pooling_matcher.py        |  1 +
 .../test_ethosu_unary_elementwise_matcher.py       | 40 ++--------
 15 files changed, 182 insertions(+), 227 deletions(-)
 create mode 100644 python/tvm/relay/backend/contrib/ethosu/te/common.py

Reply via email to