This is an automated email from the ASF dual-hosted git repository.
bohan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from cc8a7a2 Improve the tensorflow frontend _test_spop_resource_variables
to support tensoflow 2.6 (#9978)
add 1935341 [MetaSchedule] postproc: rewrite_parallel_vectorize_unroll
(#10071)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/postproc/__init__.py | 1 +
...ock.py => rewrite_parallel_vectorize_unroll.py} | 12 +-
.../postproc/rewrite_parallel_vectorize_unroll.cc | 399 +++++++++++++++++++++
...e_postproc_rewrite_parallel_vectorize_unroll.py | 87 +++++
4 files changed, 494 insertions(+), 5 deletions(-)
copy python/tvm/meta_schedule/postproc/{rewrite_unbound_block.py =>
rewrite_parallel_vectorize_unroll.py} (67%)
create mode 100644
src/meta_schedule/postproc/rewrite_parallel_vectorize_unroll.cc
create mode 100644
tests/python/unittest/test_meta_schedule_postproc_rewrite_parallel_vectorize_unroll.py