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/06/01 16:49:33 UTC

[tvm] branch last-successful updated (0cd4dd2f2d -> ee26ecf1d5)

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 0cd4dd2f2d [BugFix] Add lock for ModuleNode::GetFuncFromEnv (#11467)
     add ee26ecf1d5 [microNPU] Add transform matrices and part matcher to identity op (#11453)

No new revisions were added by this update.

Summary of changes:
 .../tvm/contrib/ethosu/cascader/device_config.py   | 46 +++++++----
 .../relay/backend/contrib/ethosu/te/identity.py    | 87 ++++++++++++++++++++-
 ..._matcher.py => test_ethosu_identity_matcher.py} | 38 +++++----
 tests/python/contrib/test_ethosu/test_codegen.py   | 89 ++++++++++++----------
 4 files changed, 188 insertions(+), 72 deletions(-)
 copy tests/python/contrib/test_ethosu/cascader/{test_ethosu_inline_matcher.py => test_ethosu_identity_matcher.py} (62%)