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 2aebd33 Add standalone_crt/ to be part of the wheel package, when
available. (#9005)
add e44f6c0 [ONNX] Add Einsum converter (#8985)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/attrs/transform.h | 11 +-
python/tvm/relay/frontend/onnx.py | 10 ++
python/tvm/relay/op/__init__.py | 1 +
.../EthosU.cmake => python/tvm/relay/op/_math.py | 9 +-
python/tvm/relay/op/_transform.py | 1 +
python/tvm/relay/op/strategy/cuda.py | 13 +++
python/tvm/relay/op/strategy/generic.py | 21 ++++
python/tvm/relay/op/tensor.py | 23 +++++
python/tvm/topi/generic/__init__.py | 1 +
.../tvm/topi/generic/math.py | 22 +++-
src/relay/op/tensor/math.cc | 115 +++++++++++++++++++++
tests/python/frontend/onnx/test_forward.py | 5 -
12 files changed, 217 insertions(+), 15 deletions(-)
copy cmake/modules/contrib/EthosU.cmake => python/tvm/relay/op/_math.py (82%)
copy cmake/modules/contrib/Random.cmake => python/tvm/topi/generic/math.py
(69%)
create mode 100644 src/relay/op/tensor/math.cc