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

[tvm] branch main updated (01fcdfcf5f -> 8d60b3cbbc)

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

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


    from 01fcdfcf5f [ci] Default to n=2 for test parallelism (#12414)
     add 8d60b3cbbc [Runtime] Change default alignment to 64 bytes. (#12586)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/device_api.h                   |   4 +-
 python/tvm/tir/tensor_intrin/cuda.py               |  54 ++++----
 src/printer/tir_text_printer.cc                    |   2 +-
 src/runtime/crt/common/crt_runtime_api.c           |   2 +-
 tests/python/contrib/test_dlpack.py                |  10 +-
 .../test_ethosu/test_tir_to_cs_translator.py       |  68 +++++-----
 tests/python/contrib/test_ethosu/test_vela_api.py  |  18 +--
 .../test_tir_analysis_calculate_workspace.py       |  16 +--
 tests/python/unittest/test_tir_intrin.py           |   8 +-
 .../python/unittest/test_tir_schedule_analysis.py  |   6 +-
 .../python/unittest/test_tir_schedule_reduction.py |  16 +--
 .../unittest/test_tir_schedule_storage_align.py    |  18 +--
 .../python/unittest/test_tir_schedule_tensorize.py |  30 ++---
 .../test_tir_transform_convert_for_loops_serial.py |   8 +-
 .../test_tir_transform_inject_rolling_buffer.py    |  12 +-
 tests/python/unittest/test_tir_usmp_algo.py        |  18 +--
 .../test_tir_usmp_analysis_extract_bufferinfo.py   | 138 ++++++++++-----------
 ...ransform_convert_pool_allocations_to_offsets.py |  36 +++---
 .../test_tir_usmp_transform_create_io_allocates.py |  48 +++----
 tests/python/unittest/test_tir_usmp_utils.py       |  18 +--
 tests/python/unittest/test_tvmscript_complete.py   |  18 +--
 tests/python/unittest/test_tvmscript_roundtrip.py  |  36 +++---
 .../python/unittest/test_tvmscript_syntax_sugar.py |  12 +-
 tests/python/unittest/test_tvmscript_type.py       |   6 +-
 24 files changed, 303 insertions(+), 299 deletions(-)