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 054c11e101 [TOPI] Fix index dtype in topi strided_slice (#14022)
     add 87bb8b1be8 [TIR] Introduce Pass InjectPTXLDG32 (#13973)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/builtin.h                          |  12 ++
 include/tvm/tir/transform.h                        |   6 +
 src/driver/driver_api.cc                           |  12 ++
 src/target/source/codegen_cuda.cc                  |  31 +++++
 src/tir/op/builtin.cc                              |   2 +
 src/tir/transforms/inject_ptx_ldg32.cc             | 130 +++++++++++++++++++++
 ...ir_ptx_cp_async.py => test_inject_ptx_ldg32.py} |  56 ++++-----
 7 files changed, 222 insertions(+), 27 deletions(-)
 create mode 100644 src/tir/transforms/inject_ptx_ldg32.cc
 copy tests/python/unittest/{test_tir_ptx_cp_async.py => 
test_inject_ptx_ldg32.py} (55%)

Reply via email to