This is an automated email from the ASF dual-hosted git repository.
mbaret pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 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:
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 ++++++++++++++++++
4 files changed, 479 insertions(+), 20 deletions(-)
create mode 100644 src/relay/transforms/inline_composites.cc
create mode 100644 tests/python/relay/test_pass_inline_composites.py