This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 87bf3022b7 [Relax][Frontend][TFLite] Add tests coverage for
SPACE_TO_BATCH_ND and BATCH_TO_SPACE_ND (#19499)
add fde09d2052 [BugFix][Relax] Fix scatter_elements and scatter_nd CUDA
compilation (#19497)
add 82a37dac1d [BugFix][Relax][ONNX] Resolve param Vars in Concat to
handle mixed Shape/Tensor inputs (#19498)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/onnx/onnx_frontend.py | 17 ++-
.../tvm/relax/transform/legalize_ops/manipulate.py | 12 +-
python/tvm/topi/gpu/__init__.py | 2 +
python/tvm/topi/{ => gpu}/scatter_elements.py | 118 +++++++++----------
python/tvm/topi/gpu/scatter_nd.py | 129 +++++++++++++++++++++
tests/python/relax/test_frontend_onnx.py | 53 ++++++++-
.../test_transform_legalize_ops_manipulate.py | 46 ++++++++
7 files changed, 307 insertions(+), 70 deletions(-)
copy python/tvm/topi/{ => gpu}/scatter_elements.py (56%)
create mode 100644 python/tvm/topi/gpu/scatter_nd.py