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 de93c379b1 [FIX][ONNX][RELAX] Add support for dynamic ShapeExpr in 
Slice, Squeeze and Flatten (#17490)
     add 84141c4e7e [mrvl][runtime]: Support Marvell Hardware Runtime (#17498)

No new revisions were added by this update.

Summary of changes:
 cmake/modules/contrib/Mrvl.cmake            |   1 +
 docs/how_to/deploy/mrvl.rst                 |  33 +-
 python/tvm/relay/op/contrib/mrvl.py         |  17 +
 src/relay/backend/contrib/mrvl/codegen.cc   |  26 +-
 src/runtime/contrib/mrvl/mrvl_hw_runtime.cc | 485 ++++++++++++++++++++++++++++
 5 files changed, 555 insertions(+), 7 deletions(-)
 create mode 100644 src/runtime/contrib/mrvl/mrvl_hw_runtime.cc

Reply via email to