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 bf61216566 [Relax][PyTorch] Add Softplus Op Support for Exported
Program and FX graph (#17806)
add 03ba03eb21 [Relax][PyTorch] Cleanup tests for ExportedProgram frontend
(#17822)
add 5842bdbd30 [Relax][PyTorch] Add support for broadcast_to, narrow ops
(#17820)
add 5ae3db2107 [Relax][PyTorch] Add stack.default and sum.default to
exported programs translator (#17814)
No new revisions were added by this update.
Summary of changes:
.../frontend/torch/base_fx_graph_translator.py | 6 +
.../frontend/torch/exported_program_translator.py | 2 +
python/tvm/relax/frontend/torch/fx_translator.py | 9 +
tests/python/relax/test_from_exported_to_cuda.py | 28 ++++
.../relax/test_frontend_from_exported_program.py | 186 +--------------------
tests/python/relax/test_frontend_from_fx.py | 43 +++++
6 files changed, 95 insertions(+), 179 deletions(-)