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 076fa33 [TECompiler] Decouple TE compute and schedule lowering in
ScheduleBuilder (#10561)
add 05cda49 [CMSIS-NN] Include clip in the qnn binary op patterns (#10548)
add 4e4f607 [BYOC][TENSOORT] Add support for FP16 on TensorRT BYOC flow
(#10388)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/contrib/cmsisnn.py | 13 +-
python/tvm/relay/op/contrib/tensorrt.py | 140 +++---
src/relay/backend/contrib/cmsisnn/relay_to_tir.cc | 53 ++-
src/relay/backend/contrib/tensorrt/codegen.cc | 13 +-
src/runtime/contrib/tensorrt/tensorrt_builder.cc | 29 +-
src/runtime/contrib/tensorrt/tensorrt_builder.h | 2 +-
src/runtime/contrib/tensorrt/tensorrt_ops.cc | 38 +-
src/runtime/contrib/tensorrt/tensorrt_ops.h | 2 +-
src/runtime/contrib/tensorrt/tensorrt_runtime.cc | 8 +-
.../python/contrib/test_cmsisnn/test_binary_ops.py | 11 +-
tests/python/contrib/test_tensorrt.py | 480 ++++++++++++---------
11 files changed, 477 insertions(+), 312 deletions(-)