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 b4c74a9 [TensorRT] Fix pad_value access (removed from PadAttrs)
(#9858)
add 256d170 [MetaSchedule] XGB-based Cost Model (#9859)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/cost_model/__init__.py | 1 +
python/tvm/meta_schedule/cost_model/xgb_model.py | 683 +++++++++++++++++++++
.../unittest/test_meta_schedule_cost_model.py | 79 +++
3 files changed, 763 insertions(+)
create mode 100644 python/tvm/meta_schedule/cost_model/xgb_model.py