Skip to content

TensorRT 10.11 Release

Latest
Compare
Choose a tag to compare
@asfiyab-nvidia asfiyab-nvidia released this 21 May 22:59
9255eb3

10.11.0 GA - 2025-5-21

Key Features and Updates:

  • Plugin changes
    • Migrated IPluginV2-descendent version 1 of modulatedDeformConvPlugin, to version 2, which implements IPluginV3.
    • Migrated IPluginV2-descendent version 1 of DisentangledAttention_TRT, to version 2, which implements IPluginV3.
    • Migrated IPluginV2-descendent version 1 of MultiscaleDeformableAttnPlugin_TRT, 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.
  • Demo changes
    • demoDiffusion
      • Added support for Stable Diffusion 3.5-medium and 3.5-large pipelines in BF16 and FP16 precisions.
  • Parser changes
    • Added kENABLE_UINT8_AND_ASYMMETRIC_QUANTIZATION_DLA parser flag to enable UINT8 asymmetric quantization on engines targeting DLA.
    • Removed restriction that inputs to RandomNormalLike and RandomUniformLike must be tensors.
    • Clarified limitations of scan outputs for Loop nodes.