This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 794e1e3 [Testing] Add model loader for int8 BERT (#10622)
add 690581c [Pytorch] Add `aten::fmod` and `aten::remainder` (#10613)
add 69bb71c [Hexagon] Add support for Hexagon v69, deprecate v60 and v62
(#10623)
No new revisions were added by this update.
Summary of changes:
apps/hexagon_launcher/README.md | 4 +--
cmake/config.cmake | 2 +-
cmake/modules/HexagonSDK.cmake | 3 +-
include/tvm/topi/broadcast.h | 38 ++++++++++++++++++++++
python/tvm/relay/frontend/pytorch.py | 2 ++
python/tvm/relay/op/_tensor.py | 4 +++
python/tvm/relay/op/tensor.py | 36 ++++++++++++++++++++
python/tvm/target/target.py | 2 +-
src/relay/op/tensor/binary.cc | 10 ++++++
tests/python/contrib/test_hexagon/test_launcher.md | 4 +--
tests/python/frontend/pytorch/test_forward.py | 13 ++++++++
11 files changed, 111 insertions(+), 7 deletions(-)