This is an automated email from the ASF dual-hosted git repository.
wuwei pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from b21bf6638b [Frontend][Paddle] Fix op in paddle did't transmit layout
information (#12658)
add 029fa462d2 [TIR][Arith] Add more strict checking in imm construction
and folding. (#12515)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/op.h | 9 +-
python/tvm/runtime/object_generic.py | 14 +-
python/tvm/script/tir/intrin.py | 5 +
src/arith/const_fold.h | 112 +++-
src/ir/expr.cc | 32 +-
src/support/scalars.cc | 4 -
src/support/scalars.h | 4 +
tests/python/relay/test_op_level4.py | 2 +-
tests/python/relay/test_pass_fuse_ops.py | 2 +-
.../python/unittest/test_arith_rewrite_simplify.py | 2 +
tests/python/unittest/test_target_codegen_cuda.py | 7 +-
tests/python/unittest/test_tir_imm_values.py | 577 +++++++++++++++++++++
.../unittest/test_tir_transform_narrow_datatype.py | 9 -
13 files changed, 743 insertions(+), 36 deletions(-)
create mode 100644 tests/python/unittest/test_tir_imm_values.py