You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/06/27 19:56:49 UTC

[tvm] branch main updated (801e51b211 -> 4a790b6925)

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

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


    from 801e51b211 Fix curand. (#11901)
     add 4a790b6925 [MetaSchedule] Misc minor fix (#11904)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/builder/local_builder.py |  2 +-
 python/tvm/meta_schedule/cost_model/xgb_model.py  |  2 +-
 python/tvm/meta_schedule/relay_integration.py     |  2 +-
 python/tvm/meta_schedule/testing/tune_te.py       |  4 +---
 python/tvm/meta_schedule/tune_context.py          |  2 +-
 python/tvm/relay/backend/te_compiler.py           | 10 +++-------
 src/meta_schedule/schedule_rule/winograd.cc       | 12 ++++++++++--
 7 files changed, 18 insertions(+), 16 deletions(-)