You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/06/27 22:48:52 UTC

[tvm] branch main updated (e92db864b5 -> 62b21a18a8)

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

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


    from e92db864b5 fix unit8 in _convert_dtype_value (#11924)
     add 62b21a18a8 [BYOC] InlineCompilerFunctions helper pass (#11923)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/contrib/tensorrt.py            |  77 +++------
 python/tvm/relay/transform/transform.py            |  22 +++
 src/relay/transforms/compiler_function_utils.cc    | 175 ++++++++++++++++-----
 src/relay/transforms/compiler_function_utils.h     |  39 +++--
 .../transform/test_compiler_function_utils.py      |  36 ++++-
 5 files changed, 248 insertions(+), 101 deletions(-)