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 adce5a4745 [Relax][PyTorch] Add support for prod, std and var ops
(#17772)
add 67e121da89 [Relax] Tensor.split with uneven tensors (#17757)
add 20c21a3ac3 [Relax] check for tensor_meta in
exported_program_translator (#17774)
No new revisions were added by this update.
Summary of changes:
include/tvm/topi/transform.h | 21 +++----
.../frontend/torch/exported_program_translator.py | 3 +-
.../tvm/relax/transform/legalize_ops/manipulate.py | 11 ----
src/topi/transform.cc | 4 +-
tests/python/relax/test_from_exported_to_cuda.py | 66 ++++++++++++++++++++--
.../test_transform_legalize_ops_manipulate.py | 50 +++++++++++++---
6 files changed, 116 insertions(+), 39 deletions(-)