This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 47cd410 Deploy docs to tvm-site/asf-site on main (#10494)
add c3168d1 [microTVM][RVM] Improve base-box-tool 'build' command (#8738)
add d7af2e3 [TIR] Updated python docstring and parameter names for
AllocateConst (#10602)
add f9f9f1d [Runtime][PipelineExecutor] Add the pipeline internal
forwarding logic. (#10543)
No new revisions were added by this update.
Summary of changes:
apps/microtvm/reference-vm/base-box-tool.py | 25 ++-
python/tvm/tir/stmt.py | 14 +-
src/runtime/pipeline/pipeline_struct.h | 297 ++++++++++++++++++++++-----
src/runtime/pipeline/spsc_queue.h | 83 ++++++++
tests/python/relay/test_pipeline_executor.py | 1 +
5 files changed, 362 insertions(+), 58 deletions(-)
create mode 100644 src/runtime/pipeline/spsc_queue.h