You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2022/01/26 12:20:15 UTC

[tvm] branch main updated (884fee4 -> b972877)

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

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


    from 884fee4  [microTVM][tutorial] Add ENV variable to enable testing on physical hardware (#9993)
     add b972877  [microNPU] Refactor base address determination to codegen (#9929)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/backend/contrib/ethosu/codegen.py | 12 +--
 .../backend/contrib/ethosu/tir_to_cs_translator.py | 62 ++++++++++++++-
 python/tvm/relay/backend/contrib/ethosu/util.py    | 39 ++++++---
 src/relay/backend/contrib/ethosu/source_module.cc  | 93 +++++++++++-----------
 src/relay/backend/contrib/ethosu/utils.cc          | 49 ++++++++----
 src/relay/backend/contrib/ethosu/utils.h           | 86 +++++++++++++++-----
 src/tir/transforms/make_unpacked_api.cc            |  5 ++
 .../test_ethosu/test_tir_to_cs_translator.py       | 32 +++++---
 8 files changed, 258 insertions(+), 120 deletions(-)