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 2c80e5c7a4 [Relax][PyTorch] Add support for index_select (#17790)
add bcbfc2933a [Relax][PyTorch] Support where, cumprod and reciprocal ops
for ExportedProgram importer (#17801)
add dcf5edb889 [Relax][Pytorch] support for arange in exported programs
translator (#17802)
add cad1c68bb9 [Relax][Pytorch] Update SELU Implementation Using
Decomposed Core-Level Ops (#17797)
add 6365a302d1 [TIR] Fix reduce buffer allocation position (#17799)
No new revisions were added by this update.
Summary of changes:
.../frontend/torch/base_fx_graph_translator.py | 31 --------
.../frontend/torch/exported_program_translator.py | 13 +++-
python/tvm/relax/frontend/torch/fx_translator.py | 4 +-
python/tvm/relax/op/nn/__init__.py | 1 +
python/tvm/relax/op/nn/nn.py | 24 ++++++
python/tvm/relax/transform/legalize_ops/nn.py | 18 +++++
src/relax/op/nn/nn.cc | 3 +
src/relax/op/nn/nn.h | 3 +
src/tir/analysis/buffer_access_lca_detector.cc | 91 +++++++++++++++-------
tests/python/relax/test_from_exported_to_cuda.py | 33 ++++++++
.../relax/test_frontend_from_exported_program.py | 86 ++++++++++++++++----
tests/python/relax/test_frontend_from_fx.py | 18 +----
.../test_tir_analysis_detect_buffer_access_lca.py | 7 +-
...sform_plan_update_buffer_allocation_location.py | 50 ++++++++++++
14 files changed, 284 insertions(+), 98 deletions(-)