10.11.0 GA - 2025-5-21
Key Features and Updates:
- Plugin changes
- Migrated
IPluginV2
-descendent version 1 ofmodulatedDeformConvPlugin
, to version 2, which implementsIPluginV3
. - Migrated
IPluginV2
-descendent version 1 ofDisentangledAttention_TRT
, to version 2, which implementsIPluginV3
. - Migrated
IPluginV2
-descendent version 1 ofMultiscaleDeformableAttnPlugin_TRT
, 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.
- Migrated
- Demo changes
- demoDiffusion
- Added support for Stable Diffusion 3.5-medium and 3.5-large pipelines in BF16 and FP16 precisions.
- demoDiffusion
- 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
andRandomUniformLike
must be tensors. - Clarified limitations of scan outputs for
Loop
nodes.
- Added