TensorRT OSS v8.5.1
TensorRT OSS release corresponding to TensorRT 8.5.1.7 GA release.
- Updates since TensorRT 8.4.1 GA release.
- Please refer to the TensorRT 8.5.1 GA release notes for more information.
Key Features and Updates:
-
Samples enhancements
- Added sampleNamedDimensions which works with named dimensions.
- Updated
sampleINT8API
andintroductory_parser_samples
to useONNX
models overCaffe
/UFF
- Removed UFF/Caffe samples including
sampleMNIST
,end_to_end_tensorflow_mnist
,sampleINT8
,sampleMNISTAPI
,sampleUffMNIST
,sampleUffPluginV2Ext
,engine_refit_mnist
,int8_caffe_mnist
,uff_custom_plugin
,sampleFasterRCNN
,sampleUffFasterRCNN
,sampleGoogleNet
,sampleSSD
,sampleUffSSD
,sampleUffMaskRCNN
anduff_ssd
.
-
Plugin enhancements
- Added GridAnchorRectPlugin to support rectangular feature maps in gridAnchorPlugin.
- Added ROIAlignPlugin to support the ONNX operator RoiAlign. The ONNX parser will automatically route ROIAlign ops through the plugin.
- Added Hopper support for the BERTQKVToContextPlugin plugin.
- Exposed the use_int8_scale_max attribute in the BERTQKVToContextPlugin plugin to allow users to disable the by-default usage of INT8 scale factors to optimize softmax MAX reduction in versions 2 and 3 of the plugin.
-
ONNX-TensorRT changes
- Added support for operator Reciprocal.
-
Build containers
- Updated default cuda versions to
11.8.0
.
- Updated default cuda versions to
-
Tooling enhancements
- Updated onnx-graphsurgeon to v0.3.25.
- Updated Polygraphy to v0.43.1.
- Updated polygraphy-extension-trtexec to v0.0.8.
- Updated Tensorflow Quantization Toolkit to v0.2.0.