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 2ca6ec8a5d [Relax][PyTorch] Sort.default (#17852)
add 1ef153fd1c [Relax][PyTorch] Refactor norm op for ExportedProgram
importer (#17857)
add 299ef81f0f [BugFix][Relax][Pytorch] Incorrect Handling of In-Place Ops
in FX-Based TVM Frontend (#17875)
No new revisions were added by this update.
Summary of changes:
.../frontend/torch/base_fx_graph_translator.py | 50 ++-------
.../frontend/torch/exported_program_translator.py | 2 +-
python/tvm/relax/frontend/torch/fx_translator.py | 50 ++++++++-
.../relax/test_frontend_from_exported_program.py | 112 +++++++++++++++++++++
tests/python/relax/test_frontend_from_fx.py | 19 ++--
5 files changed, 180 insertions(+), 53 deletions(-)