Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-18 | 2.1 kB | |
TensorRT 10.12 Release source code.tar.gz | 2025-06-18 | 29.9 MB | |
TensorRT 10.12 Release source code.zip | 2025-06-18 | 31.2 MB | |
Totals: 3 Items | 61.2 MB | 19 |
10.12.0 GA - 2025-6-10
Key Features and Updates:
- Plugin changes
- Migrated IPluginV2
-descendent version 1 of cropAndResizeDynamic
, to version 2, which implements IPluginV3
.
- 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)
- 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 Pow
operations
- Added support for custom MXFP8
quantization operations
- Added support for ellipses, diagonal, and broadcasting in Einsum
operations