You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/08/31 19:05:30 UTC

[tvm] branch last-successful updated (acbbd9f15a -> 0c374544a3)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from acbbd9f15a [ETHOSN] Improve inferring new shape of the Reshape operator (#12594)
     add 0c374544a3 [TIR][TVMScript] Update printer / parser to make T.allocate return buffer var (#12412)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/tir/scope_handler.py             |  57 +++---
 src/printer/tvmscript_printer.cc                   | 128 ++++++------
 .../test_ethosu/test_copy_compute_reordering.py    | 228 ++++++++++-----------
 .../contrib/test_ethosu/test_encode_constants.py   |  48 +++--
 .../contrib/test_ethosu/test_hoist_allocates.py    |  75 ++++---
 .../contrib/test_ethosu/test_merge_constants.py    | 158 +++++++++-----
 .../test_ethosu/test_remove_concatenates.py        |   3 +-
 .../contrib/test_ethosu/test_replace_conv2d.py     |  18 +-
 .../contrib/test_ethosu/test_replace_copy.py       |   9 +-
 tests/python/contrib/test_ethosu/test_scheduler.py |  12 +-
 .../test_ethosu/test_tir_to_cs_translator.py       |  31 +--
 .../test_meta_schedule_postproc_verify_gpu_code.py |  24 +--
 .../test_tir_analysis_calculate_workspace.py       |  18 +-
 .../test_tir_analysis_detect_buffer_access_lca.py  |   2 +-
 tests/python/unittest/test_tir_ptx_mma.py          | 103 +++++-----
 tests/python/unittest/test_tir_ptx_mma_sp.py       |  32 +--
 tests/python/unittest/test_tir_renew_defs.py       |   3 +-
 .../unittest/test_tir_structural_equal_hash.py     |   2 +-
 .../test_tir_transform_convert_for_loops_serial.py |   4 +-
 .../test_tir_transform_extract_constants.py        |   9 +-
 .../unittest/test_tir_transform_flatten_buffer.py  |  36 ++--
 .../test_tir_transform_inject_virtual_thread.py    |  12 +-
 .../test_tir_transform_lower_opaque_block.py       |  18 +-
 ...test_tir_transform_renormalize_split_pattern.py |  18 +-
 .../unittest/test_tir_transform_storage_flatten.py |   4 +-
 .../unittest/test_tir_transform_storage_rewrite.py |   6 +-
 .../unittest/test_tir_transform_unroll_loop.py     |   9 +-
 tests/python/unittest/test_tir_usmp_algo.py        |  38 ++--
 .../test_tir_usmp_analysis_extract_bufferinfo.py   | 146 ++++++-------
 ...ransform_convert_pool_allocations_to_offsets.py |  49 +++--
 tests/python/unittest/test_tir_usmp_utils.py       |  12 +-
 tests/python/unittest/test_tvmscript_roundtrip.py  |  82 ++++++--
 32 files changed, 804 insertions(+), 590 deletions(-)