mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
Integrate TensorRT 8.5 - Update TensorRT EP to support TensorRT 8.5 - Update relevant CI pipelines - Disable known non-supported ops for TensorRT - Make timeout configurable. We observe more than [20 hours](https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=256729&view=logs&j=71ce39d8-054f-502a-dcd0-e89fa9931f40) of running unit tests with TensorRT 8.5 in package pipelines. Because we can't use placeholder to significantly reduce testing time (c-api application test will deadlock) in package pipelines, we only run subsets of model tests and unit tests that are related to TRT (add new build flag--test_all_timeout and set it to 72000 seconds by package pipelines). Just to remember, we still run all the tests in TensorRT CI pipelines to have full test coverage. - include https://github.com/microsoft/onnxruntime/pull/13918 to fix onnx-tensorrt compile error. Co-authored-by: George Wu <jywu@microsoft.com> |
||
|---|---|---|
| .. | ||
| eager | ||
| post_to_dashboard | ||
| bundle_dlls_gpu.bat | ||
| bundle_nuget_with_native_headers.bat | ||
| extract_nuget_files.ps1 | ||
| extract_nuget_files_gpu.ps1 | ||
| extract_zip_files_gpu.ps1 | ||
| helpers.ps1 | ||
| install_third_party_deps.ps1 | ||
| jar_gpu_packaging.ps1 | ||
| jar_packaging.ps1 | ||
| post_binary_sizes_to_dashboard.py | ||
| post_code_coverage_to_dashboard.py | ||
| setup_env.bat | ||
| setup_env_cuda_11.bat | ||
| setup_env_gpu.bat | ||
| setup_env_trt.bat | ||
| setup_env_x86.bat | ||