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 02dc191e86 [ARITH] Improve arith simplify to handle symbolic reshape
pattern (#15081)
add bd24133fce [TIR][Compute-at] Enable complex floordiv/floormod
expressions in compute_at (#14854)
add 081cc2ef64 [Bugfix][Relay][Keras] Fix UpSampling2D about the wrong
assertion about size (#15082)
add 7842de3aab [Docker] Migrate arm docker image to use llvm packages
(#15067)
add 1ca444ebb9 [Docker] Add build.sh environment variables (#15095)
add 62a5e7acf5 [Relay] Improve the "clip" op optimization in simplify expr
pass (#15068)
No new revisions were added by this update.
Summary of changes:
docker/Dockerfile.ci_arm | 4 +-
docker/build.sh | 9 +++
python/tvm/relay/frontend/keras.py | 4 +-
src/relay/transforms/simplify_expr.cc | 54 +++++++-------
src/tir/schedule/primitive/compute_at.cc | 46 +++++++++---
tests/python/frontend/keras/test_forward.py | 5 ++
tests/python/relay/test_pass_simplify_expr.py | 82 +++++++++++++++++-----
.../unittest/test_tir_schedule_compute_at.py | 52 ++++++++++++++
tests/scripts/task_config_build_arm.sh | 2 +-
9 files changed, 201 insertions(+), 57 deletions(-)