You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by sy...@apache.org on 2022/11/11 07:33:09 UTC

[tvm] branch main updated (f9ed60aaef -> ce0e9abea0)

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

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


    from f9ed60aaef [Relay] Refactor constant folding over expr into a utility function (#13343)
     add ce0e9abea0 [TIR] Make syntax of AST nodes different than ops (#13358)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/tir/intrin.py                    | 80 +++++++++++++++++-
 src/printer/tvmscript_printer.cc                   | 97 +++++++++++++---------
 .../test_hexagon/test_async_dma_pipeline.py        | 17 ++--
 .../test_hexagon/test_parallel_hvx_load_vtcm.py    | 49 ++++-------
 .../unittest/test_aot_legalize_packed_call.py      | 12 +--
 .../unittest/test_meta_schedule_space_cuda.py      |  2 +-
 .../test_tir_transform_inject_software_pipeline.py | 16 ++--
 .../test_tir_transform_inject_virtual_thread.py    | 17 ++--
 .../unittest/test_tir_transform_thread_sync.py     |  2 +-
 tests/python/unittest/test_tvmscript_roundtrip.py  |  8 +-
 10 files changed, 186 insertions(+), 114 deletions(-)