1.5 KiB
1.5 KiB
Polygraphy Trtexec Extension Change Log
Dates are in YYYY-MM-DD format.
vNext
v0.0.9 (2023-08-21)
Changed
- Update API usage to accomodate
Polygraphy==0.49.0. - Replace
workspacewithmemPoolSizeinTrtexecRunner. - Remove usage of
polygraphy.backend.trt.utilinpolygraphy_trtexec/backend/runner.py.
v0.0.8 (2022-09-08)
Added
trtexec-export-times,trtexec-export-output,trtexec-export-profileandtrtexec-export-layer-infoflags- Report e2e Host Latency instead of GPU Compute time
Changed
- Use latency as the inference metric instead of GPU Compute Time
v0.0.7 (2022-08-10)
Fixed
- Fixed README rendering in wheel build
v0.0.6 (2020-07-21)
Changed
- Bug fix in reporting inference time
v0.0.5 (2020-07-21)
Changed
- Bug fix in handling
refitflag forpolygraphy<'0.39.0
v0.0.4 (2020-07-18)
Added
trtexec-pathflag applies to allow specifying path to a customtrtexecbinary
v0.0.3 (2020-07-15)
Changed
refittableflag applies totrtexecbackend'srefitonly ifpolygraphy>=0.39.0- Renamed
no-builder-cachetotrtexec-no-builder-cache - Renamed
profiling-verbositytotrtexec-profiling-verbosity
v0.0.2 (2020-07-05)
Added
--trtexec-iterationsflag. Avoids unwanted behavior of running N times more iterations than expected when using the --iterations flag
Changed
- Renamed
trtexec-warm-uptotrtexec-warmup
Fixed
- Bug fix for failing pytests
v0.0.1 (2022-06-23)
- Initial integration