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

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


    from d6413548ab [RELAX][PASS] Convert layout pass and ops enhanced to 
support sub indexing (#17568)
     add d6c1489b5d enforcement on loop partition control

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/builtin.h                          |  3 +
 python/tvm/script/ir_builder/tir/ir.py             |  2 +
 python/tvm/tir/__init__.py                         |  1 +
 python/tvm/tir/op.py                               | 12 +++
 src/tir/op/builtin.cc                              |  6 ++
 src/tir/transforms/loop_partition.cc               | 51 +++++++++----
 .../test_tir_transform_loop_partition.py           | 87 +++++++++++++++++++++-
 7 files changed, 145 insertions(+), 17 deletions(-)

Reply via email to