You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/07/15 18:06:31 UTC

[tvm] branch last-successful updated (e0a0e67e55 -> 8f208adae2)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from e0a0e67e55 [Relay, Op] Add conv2d generic layout op strategy when meta schedule is enabled (#12104)
     add 8f208adae2 [Relay] Allow Primitive functions to carry virtual device annotations in PlanDevices (#12095)

No new revisions were added by this update.

Summary of changes:
 include/tvm/target/compilation_config.h      |  6 +++
 src/relay/transforms/device_domains.cc       | 11 +++--
 src/relay/transforms/device_planner.cc       | 71 ++++++++++++----------------
 src/target/compilation_config.cc             | 46 ++++++++++++++----
 src/target/target.cc                         |  3 +-
 tests/cpp/target/compilation_config_test.cc  | 29 ++++++++++++
 tests/cpp/target/virtual_device_test.cc      |  4 ++
 tests/python/relay/test_pass_plan_devices.py | 55 ++++++++++++++++++++-
 8 files changed, 168 insertions(+), 57 deletions(-)