mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
### Description <!-- Describe your changes. --> * Introducing CI option to enable TRT-OSS parser, during ep perf testing:  By default, open-sourced onnx-tensorrt parser listed under [cmake/deps.txt](https://github.com/microsoft/onnxruntime/blob/main/cmake/deps.txt#L39-L40) will be used if enabling this option. ### To verify this option and check the difference during ORT image build: If this option is enabled: <img width="649" alt="image" src="https://github.com/microsoft/onnxruntime/assets/109183385/3b778583-451e-4617-ba8c-c064442e60fd"> If this option is not enabled (by default): <img width="683" alt="image" src="https://github.com/microsoft/onnxruntime/assets/109183385/cd8383ba-eff4-4536-94ab-a1424bb858ab"> * update default usage of cmake/trt version to the latest ### Motivation and Context Make it easier to test oss parser and find potential gap between tensorrt builtin/oss parser. Schedule runs with oss parser will be set after this PR gets merged |
||
|---|---|---|
| .. | ||
| inference | ||
| scripts | ||
| Dockerfile.manylinux2_28_cpu | ||
| Dockerfile.manylinux2_28_cuda | ||
| Dockerfile.manylinux2_28_rocm | ||
| Dockerfile.manylinux2_28_training_cuda11_8 | ||
| Dockerfile.manylinux2_28_training_cuda12_2 | ||
| Dockerfile.manylinux2014_aten_cpu | ||
| Dockerfile.manylinux2014_lort_cpu | ||
| Dockerfile.package_ubi8_cuda11_8_tensorrt8_6 | ||
| Dockerfile.package_ubuntu_2004_gpu | ||
| Dockerfile.ubuntu_cuda11_6_tensorrt8_4 | ||
| Dockerfile.ubuntu_cuda11_8_tensorrt8_5 | ||
| Dockerfile.ubuntu_cuda11_8_tensorrt8_6 | ||
| Dockerfile.ubuntu_gpu_training | ||
| Dockerfile.ubuntu_openvino | ||
| Dockerfile.ubuntu_tensorrt_bin | ||
| Dockerfile_manylinux2014_openvino_multipython | ||
| manylinux.patch | ||
| migraphx-ci-pipeline-env.Dockerfile | ||