You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/08/14 14:43:44 UTC

[tvm] branch main updated (57a3b26343 -> e3d0305881)

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

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


    from 57a3b26343 [Fix] Fix `dtype` in Cache-Read/Write (#12421)
     add e3d0305881 [TIR] Avoid `import *` in TIR tensor intrinsic registration (#12424)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/default_config.py                |  2 +-
 python/tvm/meta_schedule/testing/schedule_rule.py         |  6 ++++--
 python/tvm/tir/tensor_intrin/__init__.py                  |  6 +-----
 python/tvm/tir/tensor_intrin/arm_cpu.py                   |  1 +
 .../integration/test_meta_schedule_auto_tensorize.py      |  9 +++++----
 .../test_meta_schedule_postproc_rewrite_tensorize.py      |  2 +-
 ...test_meta_schedule_schedule_rule_multi_level_tiling.py |  4 ++--
 tests/python/unittest/test_meta_schedule_tune_relay.py    |  8 ++++----
 tests/python/unittest/test_target_codegen_llvm.py         | 15 +++++++--------
 tests/python/unittest/test_tir_schedule_tensorize.py      | 11 ++++++-----
 10 files changed, 32 insertions(+), 32 deletions(-)