You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by co...@apache.org on 2022/01/28 20:37:31 UTC

[tvm] branch main updated (3af9c30 -> 80d4d05)

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

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


    from 3af9c30  [microTVM] Update Zephyr to 2.7 (#10094)
     add 80d4d05  [Runtime][PipelineExecutor] Pipeline Executor Sequential execution (#10082)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/pipeline_executor.py      |  10 +++
 src/runtime/pipeline/pipeline_executor.cc    |  34 ++++++--
 src/runtime/pipeline/pipeline_executor.h     |  12 +++
 src/runtime/pipeline/pipeline_scheduler.cc   |  80 ++++++++++++++++++
 src/runtime/pipeline/pipeline_scheduler.h    |  25 ++++++
 src/runtime/pipeline/pipeline_struct.h       |  82 +++++++++++++++++-
 tests/python/relay/test_pipeline_executor.py | 120 +++++++++++++++++++++++----
 7 files changed, 340 insertions(+), 23 deletions(-)