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

[tvm] branch main updated (5dfa8da00e -> 534378b935)

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

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


    from 5dfa8da00e [Hexagon] 2-Stage Pipeline; Lower Async TIR primitives to Hexagon User DMA (#12785)
     add 534378b935 [Containers] Add Array::Map (#12692)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/container/array.h           | 198 +++++++++++++++++++-----
 src/ir/type_functor.cc                          |   9 +-
 src/te/operation/create_primfunc.cc             |   2 +-
 src/tir/analysis/device_constraint_utils.cc     |   5 +-
 src/tir/ir/buffer.cc                            |   4 +-
 src/tir/ir/expr.cc                              |   3 +-
 src/tir/ir/expr_functor.cc                      |  14 +-
 src/tir/ir/functor_common.h                     |   3 +-
 src/tir/ir/index_map.cc                         |   5 +-
 src/tir/ir/specialize.cc                        |  19 +--
 src/tir/ir/stmt_functor.cc                      |   3 +-
 src/tir/schedule/primitive/decompose_padding.cc |  15 +-
 src/tir/schedule/transform.cc                   |   8 +-
 src/tir/transforms/inject_virtual_thread.cc     |   4 +-
 src/tir/transforms/lower_match_buffer.cc        |   8 +-
 src/tir/transforms/renew_defs.cc                |  37 ++---
 src/tir/transforms/vectorize_loop.cc            |   6 +-
 tests/cpp/container_test.cc                     | 135 ++++++++++++++++
 18 files changed, 353 insertions(+), 125 deletions(-)