You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by bo...@apache.org on 2022/08/20 22:12:03 UTC

[tvm] branch main updated (125c9caa02 -> 8ee4b604bc)

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

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


    from 125c9caa02 [MetaSchedule] Implement ScheduleFn as a C++ class (#12513)
     add 8ee4b604bc [MetaSchedule] Migrate MemoryDatabase to C++ (#12514)

No new revisions were added by this update.

Summary of changes:
 include/tvm/meta_schedule/database.h               |   2 +
 .../tvm/meta_schedule/database/memory_database.py  |  55 ++--------
 src/meta_schedule/database/memory_database.cc      | 111 +++++++++++++++++++++
 3 files changed, 123 insertions(+), 45 deletions(-)
 create mode 100644 src/meta_schedule/database/memory_database.cc