You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by an...@apache.org on 2020/12/01 17:02:13 UTC

[tvm] branch main updated (93758ca -> 7950ea1)

This is an automated email from the ASF dual-hosted git repository.

anijain2305 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 93758ca  [TVMC] use target_host when it is set (#6855)
     add 7950ea1  Dynamic Batch Support for TRT  (#6955)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/tensorrt.py          | 117 ++++++++++++--
 src/relay/backend/utils.h                        |   3 +-
 src/runtime/contrib/tensorrt/tensorrt_runtime.cc |  40 +++--
 tests/python/contrib/test_tensorrt.py            | 185 +++++++++++++++++++++++
 4 files changed, 318 insertions(+), 27 deletions(-)