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

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


    from f215a417bf [Unity][NN] Use Linear name for nn.op.permute_dims (#16303)
     new ded4be4b39 enhance shared memory merge.
     new 6b6419c55f merge from unity upstream
     new 047211f1da revert the change for dyanmic test
     new 76ceff2c5e fix typo
     new e3216a6972 lint fix

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 include/tvm/tir/transform.h                        |   4 +-
 python/tvm/tir/transform/transform.py              |   6 +-
 src/driver/driver_api.cc                           |   3 +-
 src/meta_schedule/postproc/verify_gpu_code.cc      |   2 +-
 ...tions.cc => merge_shared_memory_allocations.cc} | 103 +++++++----
 src/tir/transforms/storage_rewrite.cc              |  19 +-
 .../test_tir_transform_inject_ptx_async_copy.py    |   2 +-
 ...form_merge_dynamic_shared_memory_allocations.py |   4 +-
 ...sform_merge_static_shared_memory_allocations.py | 203 +++++++++++++++++++++
 9 files changed, 294 insertions(+), 52 deletions(-)
 rename src/tir/transforms/{merge_dynamic_shared_memory_allocations.cc => 
merge_shared_memory_allocations.cc} (84%)
 create mode 100644 
tests/python/tir-transform/test_tir_transform_merge_static_shared_memory_allocations.py

Reply via email to