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 e3b722b70d [Hexagon] [runtime] Use malloc/free for RPC buffers (#13125)
add 9c9f32536a Update Pytorch to version 1.12.0 and TorchVision to 0.13.0
(#13126)
add 0b4836739c Skip stride check if shape is 1 in IsContiguous (#13121)
No new revisions were added by this update.
Summary of changes:
docker/install/ubuntu_install_onnx.sh | 4 +-
include/tvm/runtime/ndarray.h | 9 +++++
tests/cpp/ndarray_test.cc | 73 +++++++++++++++++++++++++++++++++++
3 files changed, 84 insertions(+), 2 deletions(-)
create mode 100644 tests/cpp/ndarray_test.cc