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 a61c1ad0f0 [TIR] Fix plan buffer allocation location for loop carried
dependencies (#12757)
add 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/cost_model/xgb_model.py | 169 +++++++++++++--------
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_cost_model.py | 85 +++++++++++
.../unittest/test_meta_schedule_tune_relay.py | 18 +--
7 files changed, 298 insertions(+), 92 deletions(-)