This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from b2da9453c6 [Relay][Frontend] Span Filling TensorFlow 1 (#13728)
add d2ee4ec97e Add DisallowAsyncStridedMemCopy post processor to rem
(#13720)
No new revisions were added by this update.
Summary of changes:
include/tvm/meta_schedule/postproc.h | 6 +
python/tvm/meta_schedule/postproc/__init__.py | 1 +
...orize.py => disallow_async_strided_mem_copy.py} | 18 +-
.../postproc/disallow_async_strided_mem_copy.cc | 189 +++++++++++++++++++++
src/tir/transforms/lower_async_dma.cc | 11 +-
...le_postproc_disallow_async_strided_mem_copy.py} | 61 ++++---
6 files changed, 247 insertions(+), 39 deletions(-)
copy python/tvm/meta_schedule/postproc/{rewrite_tensorize.py =>
disallow_async_strided_mem_copy.py} (62%)
create mode 100644
src/meta_schedule/postproc/disallow_async_strided_mem_copy.cc
copy
tests/python/unittest/{test_meta_schedule_postproc_disallow_dynamic_loop.py =>
test_meta_schedule_postproc_disallow_async_strided_mem_copy.py} (65%)