Skip to content

TensorRT 11.2 Release

Latest

Choose a tag to compare

@kevinch-nv kevinch-nv released this 04 Aug 20:05
1dade06

For more information, see the TensorRT 11.2 Release Notes.

Samples

  • Added a new python sample sample_plugin_v2_to_v3_migration to showcase how to migrate from IPluginV2 to IPluginV3.

Plugins

  • Added a new FFTPlugin, a cuFFT-backed plugin for complex-to-complex, real-to-complex, and complex-to-real transforms, to support the ONNX DFT operator.

Parsers

  • Added IRefitterObserver class for better refitting of ONNX models.
  • Added support for the DFT operator and 5D GridSample operators.