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 e3665ae2cd [Relax] support scatter ops (#17509)
add 0d5bde59de [FIX][TOPI][strided_slice] Fix topi.strided_slice output
shape (#17502)
add 75165e1fff [TEST][CLML] Clip test case updated (#17517)
add c7e9292c9e [Relax] Update ONNX frontend for unique, nonzero and
compress (#17511)
No new revisions were added by this update.
Summary of changes:
include/tvm/topi/transform.h | 68 ++++++++++++++++++++--
python/tvm/relax/frontend/onnx/onnx_frontend.py | 52 ++++++++++++++++-
python/tvm/relax/op/set.py | 2 +-
.../relax/transform/legalize_ops/distributed.py | 1 +
python/tvm/relax/transform/legalize_ops/index.py | 1 +
python/tvm/topi/transform.py | 7 ++-
src/relax/op/tensor/index.cc | 26 +--------
src/relax/op/tensor/set.cc | 4 +-
src/topi/transform.cc | 9 ++-
tests/python/contrib/test_clml/test_ops.py | 45 ++++++++++++++
tests/python/relax/test_frontend_onnx.py | 30 +++++++++-
tests/python/relax/test_op_index.py | 40 +++++++++++++
tests/python/relax/test_op_set.py | 2 +-
..._transform_legalize_ops_index_linear_algebra.py | 2 +-
14 files changed, 247 insertions(+), 42 deletions(-)