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/09/20 05:45:40 UTC

[tvm] branch last-successful updated (f9b692765a -> e18b48bed8)

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 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)
     add e18b48bed8 [Fix] naming outputs of graph nodes by op_name:output_index (#12809)

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 +
 src/runtime/graph_executor/graph_executor.cc       |   4 +-
 .../python/unittest/test_meta_schedule_database.py | 211 ++++++++++++++++++++-
 5 files changed, 368 insertions(+), 4 deletions(-)