You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2021/10/01 19:28:43 UTC

[tvm] branch main updated (5b41761 -> 4f6b2a1)

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

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


    from 5b41761  BUG: Fix core-dump in crt graph_executor.c (#9155)
     add 4f6b2a1  Cleaning up Arm(R) Ethos(TM)-U codegen (#9147)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/backend/contrib/ethosu/codegen.py | 39 +++++++++++----------
 src/relay/backend/contrib/ethosu/source_module.cc  | 40 ++++++++++++++--------
 tests/python/contrib/test_ethosu/infra.py          |  4 +--
 tests/python/contrib/test_ethosu/test_codegen.py   |  5 +--
 tests/python/contrib/test_ethosu/test_networks.py  |  4 ++-
 .../test_ethosu/test_tir_to_cs_translator.py       |  5 +--
 6 files changed, 53 insertions(+), 44 deletions(-)