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 ff0b07ba6f [TIR] Add `is_vector` Method to DataType class and update
usages across Codebase (#17443)
add ba80646639 [ONNX] Move relax related tests to the correct file (#17447)
add a5d04a5e89 [CI][Docs] Upgrade Sphinx (#17444)
add abb901f08c [Relax] Support left_shift and right_shift op (#17448)
add 001d5ec90c [Relax][PyTorch][Docs] Use `torch.export` insteamd of
`fx.symbolic_trace` for tutorial (#17436)
No new revisions were added by this update.
Summary of changes:
docker/install/ubuntu_install_sphinx.sh | 12 +--
docs/get_started/tutorials/ir_module.py | 15 +--
docs/how_to/tutorials/e2e_opt_model.py | 18 ++--
python/tvm/relax/frontend/onnx/onnx_frontend.py | 114 ++++++++++++++++++---
.../frontend/torch/exported_program_translator.py | 71 +++++++------
python/tvm/relax/op/__init__.py | 2 +
python/tvm/relax/op/binary.py | 32 ++++++
python/tvm/relax/transform/legalize_ops/binary.py | 2 +
python/tvm/script/ir_builder/relax/ir.py | 4 +
src/relax/op/distributed/binary.cc | 2 +
src/relax/op/tensor/binary.cc | 2 +
src/relax/op/tensor/binary.h | 6 ++
tests/python/frontend/onnx/test_forward.py | 62 -----------
.../relax/test_frontend_from_exported_program.py | 4 +-
tests/python/relax/test_frontend_onnx.py | 79 ++++++++++++++
tests/python/relax/test_op_binary.py | 2 +
16 files changed, 295 insertions(+), 132 deletions(-)