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/06/11 09:05:24 UTC

[tvm] branch last-successful updated (a8d60392ba -> 0df69611b2)

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 a8d60392ba [TIR] Register CUDA WMMA tensor intrinsics (#11677)
     add d0da0b94de Fix typos in target warn of dnnl (#11678)
     add 0df69611b2 [MetaSchedule] JSONDatabase Utilities (#11680)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/utils.py                  |  28 +-
 python/tvm/target/target.py                        |   4 +-
 src/meta_schedule/arg_info.cc                      |   2 +-
 src/meta_schedule/database/database.cc             |   2 +-
 src/meta_schedule/database/database_utils.cc       | 377 +++++++++++++++++++++
 src/meta_schedule/database/json_database.cc        |  80 ++++-
 src/meta_schedule/utils.h                          | 103 +++---
 .../python/unittest/test_meta_schedule_database.py |  68 ++--
 8 files changed, 528 insertions(+), 136 deletions(-)
 create mode 100644 src/meta_schedule/database/database_utils.cc