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

[tvm] branch main updated (f9b692765a -> a75dcabd3f)

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

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


    from f9b692765a [BugFix][LLVM] Fix the bug that the generated systemlib cannot register ```__tvm_module_ctx``` symbol sometimes (#12817)
     add a75dcabd3f [MetaSchedule] PyDatabase Complete Function Reload Support (#12838)

No new revisions were added by this update.

Summary of changes:
 include/tvm/meta_schedule/database.h               |  70 +++++++
 python/tvm/meta_schedule/database/database.py      |  81 ++++++++
 src/meta_schedule/database/database.cc             |   6 +
 .../python/unittest/test_meta_schedule_database.py | 211 ++++++++++++++++++++-
 4 files changed, 365 insertions(+), 3 deletions(-)