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

[tvm] branch main updated (c8423a6843 -> 46ea2ed42e)

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

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


    from c8423a6843 [Meta Schedule][XGBoost] Update the custom callback function of xgboost in meta schedule (#12141)
     add 46ea2ed42e [MetaSchedule][UX] User Interface for Jupyter Notebook (#12866)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/testing/relay_workload.py | 18 ++++----
 python/tvm/meta_schedule/utils.py                  | 18 +++++++-
 src/meta_schedule/task_scheduler/gradient_based.cc | 50 ++++++++++++++++------
 src/meta_schedule/utils.h                          | 32 ++++++++++++++
 .../unittest/test_meta_schedule_tune_relay.py      | 18 ++++----
 5 files changed, 104 insertions(+), 32 deletions(-)