This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
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)
No new revisions were added by this update.
Summary of changes:
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 +++++++++++++++++++++++++
src/relay/op/tensor/binary.cc | 10 +++++++
tests/python/frontend/pytorch/test_forward.py | 13 +++++++++
6 files changed, 103 insertions(+)