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 45a2a4082e [Relax][PyTorch] Add decomposed operator support for Binary
(#18458)
add a9955e55a7 [Relax][PyTorch] Add decomposed operator support for
normalization (#18460)
add 0225d67d30 [Relax][PyTorch] Fix MultiheadAttention complie (#18459)
add fd5711067d [CI] Fix crash when grep finds no matches (#18457)
add 0701aaba4b [Relax][PyTorch]: Fix the sqrt operation requires float
dtype but receives int64 in attention scaling (#18454)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 3 +-
docker/dev_common.sh | 3 +-
.../frontend/torch/base_fx_graph_translator.py | 49 ++++++++++++--
.../frontend/torch/exported_program_translator.py | 74 +++++++++++++++++++++-
python/tvm/relax/frontend/torch/fx_translator.py | 24 ++++++-
python/tvm/topi/tensor.py | 9 +++
.../relax/test_frontend_from_exported_program.py | 65 +++++++++++++++----
tests/python/relax/test_frontend_from_fx.py | 21 ++++++
8 files changed, 224 insertions(+), 24 deletions(-)