You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by lm...@apache.org on 2021/01/14 16:11:59 UTC

[tvm] branch main updated (7f4aa24 -> 51a2d66)

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

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


    from 7f4aa24  [AutoScheduler] Fix layout rewrite for axis with extent=1 (#7279)
     add 51a2d66  [AutoScheduler] Fix typos in feature extraction and cost model (#7280)

No new revisions were added by this update.

Summary of changes:
 python/tvm/auto_scheduler/cost_model/cost_model.py |  4 ++--
 python/tvm/auto_scheduler/cost_model/xgb_model.py  | 15 +++++++++++++++
 python/tvm/auto_scheduler/feature.py               | 10 +++-------
 python/tvm/autotvm/tuner/xgboost_tuner.py          |  2 +-
 src/auto_scheduler/feature.cc                      |  2 +-
 5 files changed, 22 insertions(+), 11 deletions(-)