| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-04 | 612 Bytes | |
| TensorRT 11.2 Release source code.tar.gz | 2026-08-04 | 27.5 MB | |
| TensorRT 11.2 Release source code.zip | 2026-08-04 | 28.7 MB | |
| Totals: 3 Items | 56.1 MB | 8 | |
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.