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 a84a2cbe07 [ARITH] Enhance CanProve to handle symbolic bound (#14523)
add 15f9be5449 [TOPI] Expose `topi::collapse_sum` to Python and support
symbolic shape (#14541)
add 0a0cbd69f5 [Target] Add Apple M1 GPU tag with 256-thread restriction
(#14539)
add c581fe3802 Update to v0.13.dev0 (#14544)
add 29d525bfc5 [ARITH] Enhance CanonicalSimplify to Simplify ProdDiv
(#14538)
add 4e07a8ed66 [TOPI] remove the i32 cast for output shape of pool (#14549)
No new revisions were added by this update.
Summary of changes:
conda/recipe/meta.yaml | 2 +-
include/tvm/runtime/c_runtime_api.h | 2 +-
include/tvm/topi/nn/dilate.h | 3 +-
include/tvm/topi/nn/pooling.h | 58 +++++------
include/tvm/topi/reduction.h | 19 ++--
include/tvm/topi/transform.h | 6 +-
python/tvm/_ffi/libinfo.py | 2 +-
python/tvm/topi/reduction.py | 31 ++++++
src/arith/bound_deducer.cc | 4 +
src/arith/canonical_simplify.cc | 106 +++++++++++++++++++++
src/arith/pattern_match.h | 17 ++++
src/target/tag.cc | 1 +
src/topi/reduction.cc | 4 +
tests/python/relay/test_op_grad_level2.py | 2 +-
tests/python/relay/test_op_level2.py | 7 +-
tests/python/topi/python/test_topi_reduce.py | 50 +++++++++-
.../unittest/test_arith_canonical_simplify.py | 29 ++++++
tests/python/unittest/test_arith_deduce_bound.py | 10 +-
version.py | 2 +-
web/package.json | 2 +-
20 files changed, 293 insertions(+), 64 deletions(-)