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

[tvm] branch main updated (bd61d18 -> a374cdd)

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

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


    from bd61d18  [Relay] s/SEScope/VirtualDevice/g (#9759)
     add a374cdd  [Runtime][Pipeline Executor] Add the map logic of global input and subgraph input. (#9751)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/pipeline_executor.py      | 138 ++++++++++++++++----
 src/runtime/pipeline/pipeline_executor.cc    |  25 +++-
 src/runtime/pipeline/pipeline_executor.h     |  48 ++++---
 src/runtime/pipeline/pipeline_scheduler.cc   |   2 +-
 src/runtime/pipeline/pipeline_scheduler.h    |   3 +-
 src/runtime/pipeline/pipeline_struct.h       | 181 ++++++++++++++++++++-------
 tests/python/relay/test_pipeline_executor.py |  16 ++-
 7 files changed, 306 insertions(+), 107 deletions(-)