You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mb...@apache.org on 2021/12/14 18:17:44 UTC

[tvm] branch main updated (ceec0fc -> fb99383)

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

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


    from ceec0fc  [microNPU] Update Arm(R) Ethos(TM)-U55 NPU demo README (#9725)
     add fb99383  [Relay] Re-run PlanDevices after LowerTE to flow new memory scope constraints. (#9613)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/expr.h                              |   2 +-
 include/tvm/relay/attrs/on_device.h                |   2 +-
 include/tvm/relay/expr.h                           |   9 ++
 include/tvm/target/se_scope.h                      |   8 +-
 python/tvm/ir/expr.py                              |   4 +-
 src/ir/expr.cc                                     |   7 +-
 .../backend/contrib/cmsisnn/extract_constants.cc   |   4 +-
 .../backend/contrib/cmsisnn/generate_constants.cc  |   2 +-
 .../backend/contrib/cmsisnn/tir_to_runtime.cc      |   4 +-
 src/relay/backend/graph_executor_codegen.cc        |   3 +-
 src/relay/backend/vm/compiler.cc                   |   4 +
 src/relay/ir/adt.cc                                |   4 +-
 src/relay/ir/expr.cc                               |  49 ++++----
 src/relay/ir/function.cc                           |   2 +-
 src/relay/op/memory/on_device.cc                   |   4 +-
 src/relay/op/memory/on_device.h                    |   9 +-
 src/relay/transforms/device_domains.cc             |  12 +-
 src/relay/transforms/device_planner.cc             | 123 ++++++++++++++++++++-
 src/relay/transforms/let_list.h                    |   2 +-
 src/relay/transforms/partial_eval.cc               |   4 +-
 src/relay/transforms/to_a_normal_form.cc           |   2 +-
 src/runtime/contrib/verilator/verilator_runtime.h  |   2 +-
 src/tir/transforms/lower_cross_thread_reduction.cc |   4 +-
 tests/python/relay/test_pass_plan_devices.py       | 105 ++++++++++++++++++
 24 files changed, 316 insertions(+), 55 deletions(-)