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 d5806eca76 [Frontend][Paddle] Add where_index op and add vm for paddle
frontend's unitest (#14099)
add 9b6df18f3a [TORCH][TOPI] Support mean reduction for scatter_reduce
(#14110)
add 265bebf65f [Runtime] Fix Potential DeviceAPIManager Memory Bug (#14114)
add 74bcca2535 [Docker] Update ci-cpu and ci-arm to tag
20230223-070143-a3b51f11b (#14116)
add f7165a1328 [microTVM] Fix tvmc tutorial (#14076)
No new revisions were added by this update.
Summary of changes:
ci/jenkins/docker-images.ini | 4 ++--
docs/script_convert.py | 28 +++++++++++++---------
gallery/how_to/work_with_microtvm/micro_tvmc.sh | 31 +++++++++++++++----------
include/tvm/relay/attrs/transform.h | 2 +-
python/tvm/relay/frontend/pytorch.py | 3 ---
python/tvm/relay/function.py | 1 -
python/tvm/relay/op/transform.py | 5 ++--
python/tvm/topi/cuda/scatter_elements.py | 10 ++++++--
python/tvm/topi/scatter_elements.py | 10 ++++++--
src/runtime/c_runtime_api.cc | 2 +-
tests/python/ci/test_script_converter.py | 21 +++++++----------
tests/python/frontend/pytorch/test_forward.py | 6 ++---
tests/scripts/setup-pytest-env.sh | 2 ++
13 files changed, 71 insertions(+), 54 deletions(-)