onnxruntime/tools
George Wu 4db10c93d1
[TensorRT EP] make --use_tensorrt_builtin_parser the default behavior in build.py (#15320)
Change the default behavior to link against the nvonnxparser library
(onnx-tensorrt parser) that is included with the TensorRT package.
Previously, the default behavior was to build and statically link
against the OSS onnx-tensorrt parser.
Historically, we wanted to incorporate the latest commits/fixes from OSS
parser.
These days the OSS parser is not significantly different from the
included parser library so there is less reason to build against it by
default.
By linking with parser shared library from TensorRT library, the major
benefit is it's much easier to
build/link against a minor version update of TensorRT. And OnnxRuntime
can be updated with a new TensorRT minor version by simply replacing
TensorRT libraries with the newer version. (because the parser is no
longer statically linked into onnxruntime)

Added --use_tensorrt_oss_parser to build.py to support the previous
default behavior. (build + static link OSS parser)
2023-04-05 07:53:29 -07:00
..
android_custom_build Update the post-merge pipeline (#14965) 2023-03-29 13:12:07 -07:00
ci_build [TensorRT EP] make --use_tensorrt_builtin_parser the default behavior in build.py (#15320) 2023-04-05 07:53:29 -07:00
doc Adopt linrtunner as the linting tool - take 2 (#15085) 2023-03-24 15:29:03 -07:00
nuget Enable pylint and numpy rules (#15218) 2023-03-27 20:37:53 -07:00
perf_view fix json format (#11046) 2022-03-30 16:15:33 -07:00
python Graph transformer to ensure unique DQ nodes for QDQ node units (#15145) 2023-03-31 08:39:43 +10:00