onnxruntime/tools
George Wu 8dd32fed47
[TensorRT EP] avoid excessive library load/unload overhead when running unit tests. (#15639)
TensorRT will load/unload libraries as builder objects are created and
torn down. This will happen for
every single unit test, which leads to excessive test execution time due
to that overhead.
This overhead has steadily increased over the past few TensorRT versions
as the library objects get bigger leading to
8 hours to run all the unit tests. Nvidia suggests to keep a placeholder
builder object around to avoid this.
2023-04-24 14:43:13 -07:00
..
android_custom_build Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00
ci_build [TensorRT EP] avoid excessive library load/unload overhead when running unit tests. (#15639) 2023-04-24 14:43:13 -07:00
doc Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00
nuget Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00
perf_view fix json format (#11046) 2022-03-30 16:15:33 -07:00
python Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00