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/09 17:14:52 UTC

[tvm] branch main updated (ebc9b6d41c -> 87502ddd90)

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 ebc9b6d41c [ci] Add guards to pytest_wrapper (#11553)
     add 87502ddd90 [PASS] Refactor a couple of TIR passes - BindTarget, AnnotateEntryFunc, Filter, LowerInitBlock (#11628)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/transform.h                        |  19 ++++
 python/tvm/tir/transform/transform.py              |  61 ++++++----
 src/driver/driver_api.cc                           |  45 ++------
 src/tir/transforms/lower_init_block.cc             |   2 +-
 src/tir/transforms/primfunc_utils.cc               |  63 +++++++++++
 .../convert_pool_allocations_to_offsets.cc         |   2 +-
 .../python/unittest/test_tir_transform_helpers.py  | 123 +++++++++++++++++++++
 7 files changed, 258 insertions(+), 57 deletions(-)
 create mode 100644 src/tir/transforms/primfunc_utils.cc
 create mode 100644 tests/python/unittest/test_tir_transform_helpers.py