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/06/28 11:02:31 UTC

[tvm] branch main updated (c87ebefcfd -> 08723d0ce6)

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 c87ebefcfd Concatenation corner case fix. (#11907)
     add 08723d0ce6 [usmp] U3 use case (#11015)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/memory_pools.h                     |  24 +++
 python/tvm/testing/aot.py                         |  25 ++-
 src/runtime/crt/microtvm_rpc_server/rpc_server.cc |   2 -
 src/target/source/codegen_params.cc               |  41 ++---
 src/target/source/codegen_params.h                |   4 +-
 src/target/source/interface_c.cc                  |  52 +++++-
 src/target/source/source_module.cc                |   8 +-
 tests/cpp/target/source/interface_c_test.cc       |  43 +++++
 tests/python/relay/aot/test_crt_aot_usmp.py       | 193 +++++++++++++++++++++-
 tests/python/unittest/test_crt.py                 |  87 +++++++++-
 10 files changed, 434 insertions(+), 45 deletions(-)