This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 476d9d1d41 Add output_data_sec section in corstone300.ld (#15649)
add 04ee895d8d [IR] Use structural equal for Range equality (#15664)
add d26fdcf3d1 [Hopper TMA] Add CUDA codegen support for bulk asynchronous
copy (#15656)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/builtin.h | 39 +++++--
python/tvm/ir/expr.py | 6 +
python/tvm/script/ir_builder/tir/ir.py | 4 +
python/tvm/tir/__init__.py | 2 +
python/tvm/tir/op.py | 126 +++++++++++++++++----
src/target/source/codegen_cuda.cc | 47 +++++---
src/target/source/ptx.cc | 76 +++++++++++--
src/target/source/ptx.h | 54 +++++++--
src/tir/op/builtin.cc | 7 ++
tests/python/unittest/test_tir_op_types.py | 21 +++-
tests/python/unittest/test_tir_ptx_cp_async.py | 112 ++++++++++++++++++
.../test_tir_transform_inject_ptx_async_copy.py | 8 +-
12 files changed, 427 insertions(+), 75 deletions(-)