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 9a6423c Add user-configurable backtrace limit (#10025)
add 64f2939 [MetaSchedule] disallow_dynamic_loop (#9997)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/postproc/__init__.py | 1 +
...reduction_block.py => disallow_dynamic_loop.py} | 10 +--
.../postproc/disallow_dynamic_loop.cc | 85 ++++++++++++++++++
...meta_schedule_postproc_disallow_dynamic_loop.py | 100 +++++++++++++++++++++
4 files changed, 191 insertions(+), 5 deletions(-)
copy python/tvm/meta_schedule/postproc/{rewrite_reduction_block.py =>
disallow_dynamic_loop.py} (72%)
create mode 100644 src/meta_schedule/postproc/disallow_dynamic_loop.cc
create mode 100644
tests/python/unittest/test_meta_schedule_postproc_disallow_dynamic_loop.py