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 73bbfbb [Hexagon] Do not auto-build apps when building TVM (#9970)
add 6720d35 [Runtime][PipelineExecutor] Add Pipeline Executor Interface
(#10010)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/pipeline_executor.py | 44 ++++++++++-
src/runtime/pipeline/pipeline_executor.cc | 75 ++++++++++++++++++-
src/runtime/pipeline/pipeline_executor.h | 31 ++++++++
src/runtime/pipeline/pipeline_scheduler.cc | 12 ++-
src/runtime/pipeline/pipeline_scheduler.h | 4 +-
src/runtime/pipeline/pipeline_struct.h | 105 +++++++++++++++++++++++++++
tests/python/relay/test_pipeline_executor.py | 11 ++-
7 files changed, 271 insertions(+), 11 deletions(-)