Skip to content

TensorRT 10.12 Release

Choose a tag to compare

@akhilg-nv akhilg-nv released this 18 Jun 21:41
· 2 commits to release/10.12 since this release
6d178ce

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
  • Sample changes
  • 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