This is an automated email from the ASF dual-hosted git repository.
echuraev pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from bea4919a75 [TVMScript] Encourage using T.Buffer directly (#13971)
add 266ff51d2a [ONNX] Extend reduction types supported by ScatterND
(#13946)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/attrs/transform.h | 5 ++-
python/tvm/relay/frontend/onnx.py | 53 ++++++++++++++++++++++++++-
python/tvm/relay/op/transform.py | 8 +++-
python/tvm/topi/cuda/scatter.py | 16 +++++++-
python/tvm/topi/scatter.py | 28 +++++++++-----
tests/python/frontend/onnx/test_forward.py | 2 -
tests/python/relay/test_op_level3.py | 19 ++++++++--
tests/python/topi/python/test_topi_scatter.py | 18 +++++++--
8 files changed, 123 insertions(+), 26 deletions(-)