You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/10/14 00:36:31 UTC

[tvm] branch main updated (2dc58be -> b206570)

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 2dc58be  Bumping up CMSIS-NN version to be in sync with TFLu (#9247)
     add b206570  [Runtime] Pipeline Executor Second patch, configuration load and executor export/import. (#9108)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/pipeline_executor.py            | 195 ++++++++++++++++-----
 src/runtime/pipeline/pipeline_executor.cc          | 124 +++++++++++--
 src/runtime/pipeline/pipeline_executor.h           | 100 ++++++++++-
 .../pipeline/pipeline_scheduler.cc}                |  25 +--
 .../pipeline_scheduler.h}                          |  41 +++--
 src/runtime/pipeline/pipeline_struct.h             | 185 +++++++++++++++++++
 tests/python/relay/test_pipeline_executor.py       |  41 +++--
 7 files changed, 606 insertions(+), 105 deletions(-)
 copy src/{target/opt/build_aocl_off.cc => runtime/pipeline/pipeline_scheduler.cc} (64%)
 copy src/runtime/{opencl/aocl/aocl_module.h => pipeline/pipeline_scheduler.h} (53%)
 create mode 100644 src/runtime/pipeline/pipeline_struct.h