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 375566b Fix default pytorch divide behaviour (#10727)
add 4a85dcd [Runtime][PipelineExecutor] Getting the asynchronous output
(#10723)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/pipeline_executor.py | 4 +-
src/runtime/pipeline/pipeline_executor.cc | 11 +-
src/runtime/pipeline/pipeline_executor.h | 7 +-
src/runtime/pipeline/pipeline_scheduler.cc | 61 +-----
src/runtime/pipeline/pipeline_scheduler.h | 12 +-
src/runtime/pipeline/pipeline_struct.h | 306 +++++++++++++++++----------
tests/python/relay/test_pipeline_executor.py | 29 +--
7 files changed, 222 insertions(+), 208 deletions(-)