TensorRT 10.12 Release
10.12.0 GA - 2025-6-10
Key Features and Updates:
- Plugin changes
- Migrated
IPluginV2-descendent version 1 ofcropAndResizeDynamic, to version 2, which implementsIPluginV3. - Note: The newer versions preserve the attributes and I/O of the corresponding older plugin version. The older plugin versions are deprecated and will be removed in a future release
- Deprecated the listed versions of the following plugins:
DecodeBbox3DPlugin(version 1)DetectionLayer_TRT(version 1)EfficientNMS_TRT(version 1)FlattenConcat_TRT(version 1)GenerateDetection_TRT(version 1)GridAnchor_TRT(version 1)GroupNormalizationPlugin(version 1)InstanceNormalization_TRT(version 2)ModulatedDeformConv2d(version 1)MultilevelCropAndResize_TRT(version 1)MultilevelProposeROI_TRT(version 1)RPROI_TRT(version 1)PillarScatterPlugin(version 1)PriorBox_TRT(version 1)ProposalLayer_TRT(version 1)ProposalDynamic(version 1)Region_TRT(version 1)Reorg_TRT(version 2)ResizeNearest_TRT(version 1)ScatterND(version 1)VoxelGeneratorPlugin(version 1)
- Migrated
- Demo changes
- Added Image-to-Image support for Stable Diffusion v3.5-large ControlNet models.
- Enabled download of pre-exported ONNX models for the Stable Diffusion v3.5-large pipeline.
- Sample changes
- Added two refactored python samples 1_run_onnx_with_tensorrt and 2_construct_network_with_layer_apis
- Parser changes
- Added support for integer-typed base tensors for
Powoperations - Added support for custom
MXFP8quantization operations - Added support for ellipses, diagonal, and broadcasting in
Einsumoperations
- Added support for integer-typed base tensors for