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 2021/12/18 09:11:59 UTC

[tvm] branch main updated (bad5861 -> 115919b)

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 bad5861  Remove CMake string REPEAT (#9771)
     add 115919b  [MetaSchedule] Misc improvement of the Measurer (#9757)

No new revisions were added by this update.

Summary of changes:
 include/tvm/meta_schedule/builder.h                |  7 +++-
 python/tvm/meta_schedule/builder/builder.py        | 16 ++++++++--
 python/tvm/meta_schedule/builder/local_builder.py  | 37 ++++++++++++++++++----
 python/tvm/meta_schedule/runner/local_runner.py    |  7 +++-
 python/tvm/meta_schedule/runner/rpc_runner.py      |  7 +++-
 python/tvm/meta_schedule/utils.py                  |  6 +++-
 src/meta_schedule/builder/builder.cc               |  9 ++++--
 .../python/unittest/test_meta_schedule_builder.py  |  4 +--
 8 files changed, 75 insertions(+), 18 deletions(-)