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 44dd6445ef [TensorIR] Support for L2 prefetch async copy and
pred_guard enabled async in vectorized if_then_else (#14329)
add f8f7bc8946 [CI] Fix broken model link (#14458)
add f5db8b7ab5 [Bugfix] Conv1Dtranspose default kernel layout should be
IOW (#14482)
add dba987cae0 [Arith] Simplifications for floormod(x, 2) (#13936)
add 579d999653 [pytest] Don't return values from test_* functions (#14475)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/attrs/nn.h | 6 +-
python/tvm/relay/frontend/keras.py | 12 ++-
python/tvm/relay/frontend/mxnet.py | 2 +-
python/tvm/relay/frontend/pytorch.py | 3 +
python/tvm/relay/op/nn/nn.py | 2 +-
src/arith/iter_affine_map.cc | 5 ++
src/arith/rewrite_simplify.cc | 38 +++++++--
src/relay/op/nn/convolution.cc | 18 +++--
.../test_hexagon/test_2d_physical_buffers.py | 2 +-
.../contrib/test_hexagon/test_maxpool2d_blocked.py | 2 +-
tests/python/driver/tvmc/conftest.py | 2 +-
.../python/unittest/test_arith_iter_affine_map.py | 12 +++
.../python/unittest/test_arith_rewrite_simplify.py | 33 ++++++++
.../unittest/test_meta_schedule_space_cuda.py | 2 +-
.../test_tir_transform_inject_software_pipeline.py | 90 +++++++++++-----------
tests/scripts/request_hook/request_hook.py | 1 -
16 files changed, 157 insertions(+), 73 deletions(-)