ONNX-TensorRT 8.6 GA Release
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
, andTopK
- 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 andsetFlag
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