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 2c2bb5e2f0 [TOPI] Reduce code redundancy in conv2d weights
transformation (#16080)
add 641225a5c5 [Fix] Broken Windows Build with LLVM (#16081)
add 2f20264b1f [Pylint] fix pylint issues from test_random to test_tedd
(#16065)
add 448de895ba [Target] Support obtain l2 cache size from target (#16039)
add db4290b608 [TIR] Support more mma intrinsics and
`get_mma_intrin_group` utility (#16073)
add 3f3473e2d5 [TIR] Enhance Python Type Annotations for TIR Expr (#16083)
No new revisions were added by this update.
Summary of changes:
cmake/utils/FindLLVM.cmake | 1 +
include/tvm/ir/expr.h | 4 +-
include/tvm/target/tag.h | 11 +
include/tvm/tir/var.h | 2 +-
python/tvm/ir/expr.py | 40 +-
python/tvm/tir/expr.py | 379 +++++++++-----
python/tvm/tir/tensor_intrin/cuda.py | 571 ++++++++++++++-------
src/target/tag.cc | 7 +-
src/target/target_kind.cc | 1 +
tests/lint/pylint.sh | 8 +
tests/python/contrib/test_random.py | 15 +-
tests/python/contrib/test_rocblas.py | 8 +-
tests/python/contrib/test_rpc_proxy.py | 7 +-
tests/python/contrib/test_rpc_server_device.py | 1 -
tests/python/contrib/test_rpc_tracker.py | 13 +-
tests/python/contrib/test_sort.py | 11 +-
tests/python/contrib/test_sparse.py | 12 +-
tests/python/contrib/test_tedd.py | 28 +-
tests/python/unittest/test_target_target.py | 7 +
...tir_schedule_tensorize_ldmatrix_mma_numeric.py} | 56 +-
...=> test_tir_schedule_tensorize_mfma_numeric.py} | 0
.../test_tir_transform_inject_software_pipeline.py | 8 +-
22 files changed, 777 insertions(+), 413 deletions(-)
rename tests/python/unittest/{test_tir_schedule_tensorize_ldmatrix_mma.py =>
test_tir_schedule_tensorize_ldmatrix_mma_numeric.py} (88%)
rename tests/python/unittest/{test_tir_schedule_tensorize_mfma.py =>
test_tir_schedule_tensorize_mfma_numeric.py} (100%)