v10.1.0
版本发布时间: 2024-06-18 08:26:12
NVIDIA/TensorRT最新发布版本:v10.3.0(2024-08-09 07:23:49)
Key Features and Updates:
- Parser changes
- Added
supportsModelV2
API - Added support for
DeformConv
operation - Added support for
PluginV3
TensorRT Plugins - Marked all IParser and IParserRefitter APIs as
noexcept
- Added
- Plugin changes
- Added version 2 of ROIAlign_TRT plugin, which implements the IPluginV3 plugin interface. When importing an ONNX model with the RoiAlign op, this new version of the plugin will be inserted to the TRT network.
- Samples changes
- Added a new sample non_zero_plugin, which is a Python version of the C++ sample sampleNonZeroPlugin.
- Updated tooling
- Polygraphy v0.49.12
- ONNX-GraphSurgeon v0.5.3