Skip to content

Releases: onnx/onnx-tensorrt

TensorRT 10.4 GA Parser Update

11 Sep 20:46
3775e49
Compare
Choose a tag to compare

For more details, see the 10.4 GA release notes.

Changes

  • Added support for tensor axes for Pad operations
  • Added support for BlackmanWindow, HammingWindow, and HannWindow operations
  • Improved error handling in IParserRefitter
  • Fixed kernel shape inference in multi-input convolutions

TensorRT 10.3 GA Parser Update

12 Aug 17:27
62bdde2
Compare
Choose a tag to compare

For more details, see the 10.3 GA Release Notes

Changes

  • Added support for tensor axes inputs for Slice nodes
  • Updated ScatterElements importer to use an updated plugin

TensorRT 10.2 GA Parser Update

10 Jul 18:41
706f02e
Compare
Choose a tag to compare

For more details, see the 10.2 GA Release Notes.

Changed

  • Improved error handling with new macros and classes
  • Minor changes to op importers for GRU and Squeeze.

TensorRT 10.1 GA Parser Update

18 Jun 00:19
96e7811
Compare
Choose a tag to compare

For more details, see the 10.1 GA Release Notes.

Added

  • Added supportsModelV2 API
  • Added support for DeformConv operation
  • Added support for PluginV3 TensorRT Plugins

Changed

  • Marked all IParser and IParserRefitter APIs as noexcept

TensorRT 10.0 GA Parser Update

25 Apr 21:00
Compare
Choose a tag to compare

For more details, see the 10.0 GA release notes.

Added

  • Added support for building with with protobuf-lite
  • Added support for empty inputs in custom plugin nodes

Changed

  • Fixed issue when parsing and refitting models with nested BatchNormalization nodes

ONNX-TensorRT 8.6 GA Release

11 May 17:07
6ba67d3
Compare
Choose a tag to compare

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

Added

  • Added support for GroupNormalization, LayerNormalization,IsInf operations
  • Added support for INT32 input types for Argmin, Argmax, and TopK
  • Added support for ReverseSequence operators with dynamic shapes
  • Added support for TopK operators with dynamic K values
  • Added support for N-D Trilu
  • Added OnnxParserFlag enum and setFlag interfaces to the ONNX parser to modify the default parsing behavior
  • Added metadata tracking, now ONNX node metadata will be embedded into TensorRT layers

Changed

  • All cast operations will now use the new CastLayer over the pervious IdentityLayer.
  • Updated ONNX submodule to v1.13.1

ONNX-TensorRT 8.6 EA Release

14 Mar 23:52
Compare
Choose a tag to compare

For more details, see the 8.6 EA release notes for new features added in TensorRT 8.6

Added

  • Added support for GroupNormalization, LayerNormalization, IsInf operations
  • Added support for INT32 input types for Argmin, Argmax, and TopK
  • Added support for ReverseSequence operators with dynamic shapes
  • Added support for TopK operators with dynamic K values
  • Added OnnxParserFlag enum and setFlag interfaces to the ONNX parser to modify the default parsing behavior
  • Added metadata tracking, now ONNX node metadata will be embedded into TensorRT layers

Changed

  • All cast operations will now use the new CastLayer over the pervious IdentityLayer.

ONNX-TensorRT 8.5 GA Release

02 Nov 18:03
3b008c4
Compare
Choose a tag to compare

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.

ONNX-TensorRT 8.4 GA Release

14 Jun 17:33
1da7332
Compare
Choose a tag to compare

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

Added

  • Added native FP16 support for importing and manipulating FP16 initializers
  • Added support for Shrink
  • Added support for Xor
  • Added dynamic shape support for ArgMax and ArgMin
  • Added dynamic shape support for Range for floating point types

Fixes

  • Fixed an issue in tensor name scoping in ONNX models with nested subgraphs
  • Fixed misc issues when dealing with empty tensors
  • Fixed the operations in the Celu importer function
  • Removed unnecessary reshapes in the GEMM importer function

ONNX-TensorRT 22.02 Release

04 Feb 00:14
8b6144a
Compare
Choose a tag to compare

Fixes

  • Fixed naming issue in parsing If conditonal graphs