Skip to content

TensorRT 11.0 Release

Choose a tag to compare

@kevinch-nv kevinch-nv released this 02 Jun 22:08
· 2 commits to release/11.0 since this release
771d8ef

For more information, see the TensorRT 11.0 Release Notes

General

  • As a new major version bump, TensorRT 11.0 brings many enhancements for its users. For full information, see the release notes.

Demos

  • The BERT demo has been removed.

Samples

  • Migrated samples/python/python_plugin and samples/python/onnx_custom_plugin/plugin to use V3 plugins

Plugins

  • Added a new Faster Air Top-K plugin
  • Removed deprecated plugins: batchTile, clip, coordConvAC, cropAndResize, gelu, leakyRelu, normalize, singleStepLSTM, specialSlice, split, nms, and proposal

Parsers

  • Added support for Swish operator
  • Added support for custom operators TRT_Attention, TRT_MoE, and TRT_KVCacheUpdate