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 f1ff61a [microNPU][4] Add the cascader Proposal generator (#9959)
add 4102ebf [Runtime][Pipeline Executor] multiple threads management and
the data forwarding notification mechanism. (#10234)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/pipeline_executor.py | 16 +-
src/runtime/pipeline/pipeline_executor.cc | 16 +-
src/runtime/pipeline/pipeline_executor.h | 8 +-
src/runtime/pipeline/pipeline_scheduler.cc | 18 +-
src/runtime/pipeline/pipeline_scheduler.h | 4 -
src/runtime/pipeline/pipeline_struct.h | 299 ++++++++++++++++++++++++++-
tests/python/relay/test_pipeline_executor.py | 15 +-
7 files changed, 339 insertions(+), 37 deletions(-)