Skip to content

ONNX-TensorRT 8.6 GA Release

Compare
Choose a tag to compare
@kevinch-nv kevinch-nv released this 11 May 17:07
· 9 commits to main since this release
6ba67d3

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