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/04/05 03:52:17 UTC

[tvm] branch last-successful updated (7803fe6e79 -> 98580a2a0b)

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 7803fe6e79 [skip ci][ci] Fix black version (#10893)
     add 2844654d08 [Hexagon] Select qaic executable based on Ubuntu version (#10891)
     add 98580a2a0b [BYOC][TRT] Add DFPattern support for TRT backend (#10759)

No new revisions were added by this update.

Summary of changes:
 cmake/modules/HexagonSDK.cmake                    |  57 ++++++-
 python/tvm/relay/op/contrib/tensorrt.py           | 197 +++++++++++++++++++---
 python/tvm/relay/transform/transform.py           |  18 ++
 src/relay/transforms/inline_composites.cc         | 119 +++++++++++++
 tests/python/relay/test_pass_inline_composites.py | 165 ++++++++++++++++++
 5 files changed, 532 insertions(+), 24 deletions(-)
 create mode 100644 src/relay/transforms/inline_composites.cc
 create mode 100644 tests/python/relay/test_pass_inline_composites.py