You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/07/01 01:37:59 UTC

[tvm] branch last-successful updated (6424f1fec1 -> beea0d2d6a)

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 6424f1fec1 [Hexagon] Disable broken test on physical device (#11960)
     add 26ad703338 [MetaSchedule] Handle 'warp_execution' in RewriteCooperativeFetch (#11955)
     add beea0d2d6a [MetaSchedule] Fix Task Extraction (#11954)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/__init__.py               |   6 +-
 python/tvm/meta_schedule/relay_integration.py      |  24 +++-
 python/tvm/meta_schedule/tune.py                   |   5 +-
 python/tvm/relay/backend/te_compiler.py            |   5 +-
 python/tvm/relay/op/strategy/cuda.py               |   8 +-
 src/meta_schedule/database/json_database.cc        |   2 +-
 .../postproc/rewrite_cooperative_fetch.cc          |  33 ++++-
 src/relay/backend/te_compiler.cc                   |   1 +
 ..._schedule_postproc_rewrite_cooperative_fetch.py | 151 ++++++++++++++++++++-
 9 files changed, 222 insertions(+), 13 deletions(-)