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

[tvm] branch main updated (e61ad7ab82 -> 1420df7744)

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

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


    from e61ad7ab82 [MetaSchedule] Add Profiler Support For Tuning Efficiency Optimization (#11486)
     add 1420df7744 [TE] Support schedulable TIR compute definitions in TOPI (#11589)

No new revisions were added by this update.

Summary of changes:
 python/tvm/te/__init__.py                          |   1 +
 python/tvm/te/operation.py                         |  82 +++++++
 src/arith/domain_touched.cc                        | 106 +++++++--
 src/relay/backend/task_extraction.cc               |   2 +-
 src/te/operation/create_primfunc.cc                |  99 +++++---
 .../test_meta_schedule_relay_tir_compute.py        | 174 ++++++++++++++
 .../python/unittest/test_tir_te_extern_primfunc.py | 257 +++++++++++++++++++++
 7 files changed, 668 insertions(+), 53 deletions(-)
 create mode 100644 tests/python/unittest/test_meta_schedule_relay_tir_compute.py
 create mode 100644 tests/python/unittest/test_tir_te_extern_primfunc.py