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 3f2c91a652 [Relax][PyTorch] Add support for
`torch.export.ExportedProgram` in Relax PyTorch Frontend (#17396)
add 42ff98b131 [CMake] Add NCCL/RCCL header directory to include path
(#17422)
add 176d01e612 [Relax][PyTorch] Support more unary ops for ExportedProgram
importer (#17421)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 2 +
.../frontend/torch/base_fx_graph_translator.py | 74 +++
.../frontend/torch/exported_program_translator.py | 38 ++
python/tvm/relax/frontend/torch/fx_translator.py | 74 ---
.../relax/test_frontend_from_exported_program.py | 705 ++++++++++++++++++++-
tests/python/relay/test_to_mixed_precision.py | 1 +
6 files changed, 814 insertions(+), 80 deletions(-)