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

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


    from e44f6c0  [ONNX] Add Einsum converter (#8985)
     add 6f5b674  [BYOC][TensorRT] Add TensorRT own int8 calibration support to 
TensorRT BYOC integration (#8808)

No new revisions were added by this update.

Summary of changes:
 src/runtime/contrib/tensorrt/tensorrt_builder.cc   |  19 ++-
 src/runtime/contrib/tensorrt/tensorrt_builder.h    |  11 +-
 src/runtime/contrib/tensorrt/tensorrt_calibrator.h | 130 ++++++++++++++++++
 src/runtime/contrib/tensorrt/tensorrt_runtime.cc   | 108 +++++++++++++--
 tests/python/contrib/test_tensorrt_int8_exp.py     | 149 +++++++++++++++++++++
 5 files changed, 399 insertions(+), 18 deletions(-)
 create mode 100755 src/runtime/contrib/tensorrt/tensorrt_calibrator.h
 create mode 100644 tests/python/contrib/test_tensorrt_int8_exp.py

Reply via email to