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/06/01 00:49:59 UTC

[tvm] branch last-successful updated (2252f958f7 -> a71536a130)

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 2252f958f7 [microTVM][ARM][Zephyr] Add CMSIS dependencies in Zephyr project build (#11362)
     add a71536a130 [MetaSchedule] Enable Task Filtering (#11512)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/relay_integration.py      |  8 ++-
 python/tvm/te/__init__.py                          |  2 +-
 python/tvm/te/operation.py                         | 29 ++------
 src/relay/backend/task_extraction.cc               | 80 +++++++++++++++-------
 src/te/operation/create_primfunc.cc                | 33 ---------
 src/te/operation/create_primfunc.h                 |  3 -
 src/tir/schedule/concrete_schedule.cc              | 20 +++---
 .../unittest/test_meta_schedule_integration.py     | 63 +++++++++++++++++
 8 files changed, 140 insertions(+), 98 deletions(-)