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/01/19 21:49:35 UTC

[tvm] branch main updated (bae144c -> cc5382e)

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

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


    from bae144c  Add Action to add cc'ed people as reviewers (#9934)
     add cc5382e  Add runtime.ModuleGetFormat method enabling export of BYOC generated sources which require a .cpp/.cc file extension (#9243)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/module.h                      |  5 +++++
 python/tvm/micro/model_library_format.py          |  4 +++-
 python/tvm/runtime/module.py                      | 22 ++++++++++++++++++++--
 src/relay/backend/contrib/ethosu/source_module.cc |  2 ++
 src/runtime/module.cc                             |  9 +++++++++
 src/target/source/source_module.cc                | 11 ++++++++---
 tests/python/relay/aot/corstone300.mk             | 12 +++++++-----
 tests/python/relay/aot/default.mk                 | 13 ++++++++++---
 8 files changed, 64 insertions(+), 14 deletions(-)