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 6f232f91be [TIR] [Bugfix] Pass the correct block_sref_reuse to Replace
(#14023)
add ac57b013b2 [TIR] Update block flags and simplify predicate in
Reverse-Compute-Inline (#14030)
add 8613c79aa0 [TIR] Enable Host Func Attribute for PrimFunc (#14020)
add 054c11e101 [TOPI] Fix index dtype in topi strided_slice (#14022)
add 87bb8b1be8 [TIR] Introduce Pass InjectPTXLDG32 (#13973)
add 7249904622 [AutoScheduler][AutoTVM] Enable xgboost >= 1.7.x new
changes (#14036)
No new revisions were added by this update.
Summary of changes:
docs/install/from_source.rst | 4 +-
include/tvm/tir/builtin.h | 12 ++
include/tvm/tir/function.h | 7 +
include/tvm/tir/transform.h | 6 +
include/tvm/topi/transform.h | 16 +-
python/gen_requirements.py | 2 +-
python/tvm/auto_scheduler/cost_model/xgb_model.py | 202 ++++++++++++---------
python/tvm/autotvm/tuner/xgboost_cost_model.py | 201 +++++++++++---------
src/driver/driver_api.cc | 12 ++
src/target/source/codegen_cuda.cc | 31 ++++
src/tir/op/builtin.cc | 2 +
src/tir/schedule/primitive/compute_inline.cc | 10 +-
src/tir/transforms/inject_ptx_ldg32.cc | 130 +++++++++++++
src/tir/transforms/primfunc_utils.cc | 4 +
...ir_ptx_cp_async.py => test_inject_ptx_ldg32.py} | 56 +++---
tests/python/unittest/test_tir_host_func.py | 79 ++++++++
.../unittest/test_tir_schedule_compute_inline.py | 74 ++++++++
17 files changed, 642 insertions(+), 206 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%)
create mode 100644 tests/python/unittest/test_tir_host_func.py