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 ae83479177 [3rdparty] Update Picojson with const `operator[]` function
(#327) (#17532)
add f4c4e78eb9 [Relax] support masked_scatter (#17525)
No new revisions were added by this update.
Summary of changes:
python/tvm/relax/frontend/torch/fx_translator.py | 26 +++++++
src/contrib/msc/core/ir/graph_builder.cc | 4 +-
src/contrib/msc/core/transform/set_expr_layout.cc | 13 +++-
src/contrib/msc/framework/torch/torch_opcode.cc | 20 +++++
tests/python/contrib/test_msc/test_graph_build.py | 85 ++++++++++++++++++++++
.../contrib/test_msc/test_translate_relax.py | 23 ++++++
.../contrib/test_msc/test_translate_torch.py | 23 ++++++
tests/python/relax/test_frontend_from_fx.py | 61 ++++++++++++++++
8 files changed, 251 insertions(+), 4 deletions(-)