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 2d5072858c enable bmm (#12018)
add 9ee25eb9f4 [MetaSchedule] Added a cost model (#11961)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/cost_model/cost_model.py | 2 +-
python/tvm/meta_schedule/cost_model/mlp_model.py | 1010 +++++++++++++++++++++
src/meta_schedule/database/json_database.cc | 2 +-
3 files changed, 1012 insertions(+), 2 deletions(-)
create mode 100644 python/tvm/meta_schedule/cost_model/mlp_model.py