You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/05/10 21:49:16 UTC

[tvm] branch last-successful updated (8d4f4dd73f -> be2ae9433e)

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 8d4f4dd73f [microTVM] Add support for host-driven AoT Executor (#11044)
     add be2ae9433e [TENSORRT] Improvements and fixes for TensorRT (#11203)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/tensorrt.py            | 1123 +++++++++-----------
 src/relay/backend/contrib/tensorrt/codegen.cc      |  178 +++-
 src/relay/transforms/inline_composites.cc          |   94 --
 src/runtime/contrib/json/json_node.h               |    6 +
 src/runtime/contrib/tensorrt/tensorrt_builder.cc   |   53 +-
 src/runtime/contrib/tensorrt/tensorrt_calibrator.h |    2 +-
 src/runtime/contrib/tensorrt/tensorrt_ops.cc       |  304 ++++--
 src/runtime/contrib/tensorrt/tensorrt_ops.h        |   35 +-
 src/runtime/contrib/tensorrt/tensorrt_runtime.cc   |    8 +-
 tests/python/contrib/test_tensorrt.py              |   37 +-
 tests/python/relay/test_pass_inline_composites.py  |  165 ---
 tests/scripts/task_mypy.sh                         |    1 +
 12 files changed, 901 insertions(+), 1105 deletions(-)
 delete mode 100644 src/relay/transforms/inline_composites.cc
 delete mode 100644 tests/python/relay/test_pass_inline_composites.py