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 06748583eb [ci] Fix docker post-merge builds on main (#12210)
add 3c737fbd5b [TIR] Asynchronous stage in software pipeline (#12171)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/stmt.h | 27 ++
src/target/source/codegen_cuda.cc | 18 +
src/tir/transforms/inject_software_pipeline.cc | 448 ++++++++++++++++++--
src/tir/transforms/ir_utils.cc | 7 +
src/tir/transforms/ir_utils.h | 5 +
src/tir/transforms/remove_no_op.cc | 16 +
src/tir/transforms/thread_storage_sync.cc | 45 ++
.../test_tir_transform_inject_software_pipeline.py | 469 +++++++++++++++++++--
8 files changed, 966 insertions(+), 69 deletions(-)