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

[tvm] branch main updated (ba65197 -> 538347e)

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

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


    from ba65197  [MetaSchedule][M4b] Testcases for TensorRT builder/runner (#10055)
     add 538347e  [MetaSchedule] postproc: rewrite_cooperative_fetch (#10081)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/postproc/__init__.py      |   1 +
 ...fy_gpu_code.py => rewrite_cooperative_fetch.py} |  13 +-
 .../postproc/rewrite_cooperative_fetch.cc          | 156 +++++++++++++++++++++
 ..._schedule_postproc_rewrite_cooperative_fetch.py | 155 ++++++++++++++++++++
 4 files changed, 320 insertions(+), 5 deletions(-)
 copy python/tvm/meta_schedule/postproc/{verify_gpu_code.py => rewrite_cooperative_fetch.py} (67%)
 create mode 100644 src/meta_schedule/postproc/rewrite_cooperative_fetch.cc
 create mode 100644 tests/python/unittest/test_meta_schedule_postproc_rewrite_cooperative_fetch.py