Skip to content

ONNX-TensorRT 8.5 GA Release

Compare
Choose a tag to compare
@kevinch-nv kevinch-nv released this 02 Nov 18:03
· 19 commits to main since this release
3b008c4

For more details, see the 8.5 GA release notes for new features added in TensorRT 8.5

Added

  • Added the RandomNormal, RandomUniform, MeanVarianceNormalization, RoiAlign, Mod, Trilu, GridSample and NonZero operations
  • Added native support for the NonMaxSuppression operator
  • Added support for importing ONNX networks with UINT8 I/O types

Fixed

  • Fixed an issue with output padding with 1D deconv
  • Fixed an issue when flattening 1D tensors
  • Fixed an issue when parsing String attributes from TRT plugins
  • Fixed an issue when importing If subgraphs with shared initializer names
  • Fixied an issue when importing Loop subgraphs with INT_MAX trip counts

Removed

  • Removed onnx2trt binary. See the README.md for alternative binaries to run ONNX model with TensorRT.