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 2022/02/03 05:56:58 UTC

[tvm] branch main updated (95e466e -> 2e6702c)

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 95e466e  [BugFix] Linker: undefined reference to kTargetPoolReadWriteAccess (#10147)
     add 2e6702c  [microNPU] Add support for transpose convolution (#9855)

No new revisions were added by this update.

Summary of changes:
 .../tvm/relay/backend/contrib/ethosu/legalize.py   |  82 +++++
 .../relay/backend/contrib/ethosu/te/convolution.py |   9 +-
 .../backend/contrib/ethosu/tir/convolution.py      |   2 +-
 python/tvm/relay/backend/contrib/ethosu/util.py    |  14 +
 python/tvm/relay/op/contrib/ethosu.py              | 152 +++++++++
 src/relay/op/contrib/ethosu/convolution.cc         |  17 +-
 tests/python/contrib/test_ethosu/infra.py          |   3 +-
 tests/python/contrib/test_ethosu/test_codegen.py   |  39 +++
 tests/python/contrib/test_ethosu/test_legalize.py  | 129 ++++++++
 .../contrib/test_ethosu/test_replace_conv2d.py     | 363 +++++++++++++++------
 .../contrib/test_ethosu/test_type_inference.py     |  26 ++
 11 files changed, 730 insertions(+), 106 deletions(-)