Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TensorRT OSS release corresponding to TensorRT 8.2.1.8 GA release.
Updates since TensorRT 8.2.0 EA release.
Please refer to the TensorRT 8.2.1 GA release notes for more information.
ONNX parser v8.2.1
Scatter
layer supportSample updates
kSTRICT_TYPES
(strict type constraints). Equivalent behaviour now achieved by settingPREFER_PRECISION_CONSTRAINTS
,DIRECT_IO
, andREJECT_EMPTY_ALGORITHMS
sampleMovieLens
idleTime
option for samples to control qpsprecisionConstraints
combineDescriptions
typo in trtexec/tracer.pykDIRECT_IO
Plugin updates
EfficientNMS
plugin support extended to TF-TRT, and for clang builds.splitPlugin
to avoid PTX generation (required for CUDA enhanced compatibility support)ONNX tooling updates
Build and container fixes
SM86
target to defaultGPU_ARCHS
for platforms with cuda-11.1+SM_35
and addSM_60
to defaultGPU_ARCHS
demo enhancements
Documentation updates
add_reduce
,add_top_k
, andISoftMaxLayer
main
and updated hyperlinksSigned-off-by: Rajeev Rao rajeevrao@nvidia.com