You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/01/26 07:50:54 UTC

[tvm] branch main updated (1b9b05e -> 94c4e0e)

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

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


    from 1b9b05e  [CUTLASS] Profile only the largest-possible alignment by default (#10036)
     add 94c4e0e  [Meta Schedule] Add `ApplyHisotryBest` Meta Schedule Context (#10049)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/integration.py            |  9 +++-
 src/meta_schedule/integration.cc                   | 22 +++++++-
 src/meta_schedule/utils.h                          | 16 ++++++
 .../unittest/test_meta_schedule_integration.py     | 58 ++++++++++++++++++++++
 4 files changed, 103 insertions(+), 2 deletions(-)