You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/02/25 18:36:58 UTC

[tvm] branch main updated (d9fac4f -> 308d320a)

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

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


    from d9fac4f  [microNPU] adding more tests with USMP (#10362)
     add 308d320a [RELAY] [VIRTUALDEVICE] Change syntax for device planning and store parameter virtual devices in virtual_device_ field (#10352)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/function.h                          |  10 -
 include/tvm/relay/transform.h                      |  17 ++
 include/tvm/target/virtual_device.h                |   2 +-
 src/parser/parser.cc                               |  34 +++-
 src/printer/relay_text_printer.cc                  |   7 +-
 src/relay/backend/vm/compiler.cc                   |  18 +-
 src/relay/backend/vm/lambda_lift.cc                |   9 +-
 src/relay/ir/expr_functor.cc                       |  46 +++--
 src/relay/op/memory/on_device.cc                   |  44 +----
 src/relay/op/memory/on_device.h                    |  27 ---
 src/relay/transforms/device_aware_visitors.cc      |  16 +-
 src/relay/transforms/device_aware_visitors.h       |   6 +-
 src/relay/transforms/device_planner.cc             |  44 +++--
 src/relay/transforms/to_a_normal_form.cc           |   6 +-
 .../python/relay/op/annotation/test_annotation.py  |  12 --
 tests/python/relay/test_pass_fold_constant.py      |  21 ++-
 tests/python/relay/test_pass_plan_devices.py       | 207 +++++++++------------
 17 files changed, 245 insertions(+), 281 deletions(-)