This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 4d7e890407 [testing] Use tuples for numpy indexing (#14476)
add 44dd6445ef [TensorIR] Support for L2 prefetch async copy and
pred_guard enabled async in vectorized if_then_else (#14329)
No new revisions were added by this update.
Summary of changes:
src/target/source/codegen_cuda.cc | 7 +
src/target/source/ptx.cc | 46 +-
src/tir/transforms/inject_ptx_async_copy.cc | 31 +-
src/tir/transforms/lower_async_dma.cc | 5 +-
.../test_hexagon/test_async_dma_pipeline.py | 18 -
.../test_tir_transform_inject_ptx_async_copy.py | 537 ++++++++++++++++++++-
6 files changed, 600 insertions(+), 44 deletions(-)