This is an automated email from the ASF dual-hosted git repository.
andrewzhaoluo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from a8c5804c49 [CI] Add onnx dependency to
test_auto_tensorize.py::test_vnni_bert_int8 (#14102)
add c64f46212c [TOPI][Relay][ONNX] Replace scatter_add by
scatter_elements(reduction="add") (#14008)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/attrs/transform.h | 8 -
python/tvm/relay/frontend/paddlepaddle.py | 2 +-
python/tvm/relay/frontend/pytorch.py | 41 +++-
python/tvm/relay/frontend/tensorflow_ops.py | 6 +-
python/tvm/relay/op/_transform.py | 10 -
python/tvm/relay/op/op_attrs.py | 5 -
python/tvm/relay/op/strategy/cuda.py | 13 --
python/tvm/relay/op/strategy/generic.py | 11 -
python/tvm/relay/op/transform.py | 27 +--
python/tvm/topi/__init__.py | 1 -
python/tvm/topi/cuda/scatter.py | 132 -----------
python/tvm/topi/cuda/scatter_elements.py | 323 ++++++++++++++++++--------
python/tvm/topi/generic/search.py | 16 --
python/tvm/topi/scatter_add.py | 198 ----------------
python/tvm/topi/scatter_elements.py | 63 +++--
src/relay/op/tensor/transform.cc | 48 ----
tests/python/frontend/pytorch/test_forward.py | 6 +
tests/python/relay/test_op_level3.py | 2 +-
18 files changed, 323 insertions(+), 589 deletions(-)
delete mode 100644 python/tvm/topi/scatter_add.py