Releases: onnx/onnx-tensorrt
Releases · onnx/onnx-tensorrt
TensorRT 10.7 GA Parser Update
TensorRT 10.7 GA Release - 2024-12-3
For more details, see the 10.7 GA release notes
- Now prioritizes using plugins over local functions when a corresponding plugin is available in the registry
- Added dynamic axes support for Squeeze and Unsqueeze operations
- Added support for parsing mixed-precision BatchNormalization nodes in strongly-typed mode
TensorRT 10.6 GA Parser Update
TensorRT 10.6 GA Release - 2024-11-5
For more details, see the 10.6 GA release notes
- Updated ONNX submodule version to 1.17.0
- Fix issue where conditional layers were incorrectly being added
- Updated local function metadata to contain more information
- Added support for parsing nodes with Quickly Deployable Plugins
- Fixed handling of optional outputs
TensorRT 10.5 GA Parser Update
TensorRT 10.5 GA Release - 2024-10-01
For more details, see the 10.5 GA release notes.
- Added support for real-valued
STFT
operations - Improved error handling in
IParser
TensorRT 10.4 GA Parser Update
For more details, see the 10.4 GA release notes.
Changes
- Added support for tensor
axes
forPad
operations - Added support for
BlackmanWindow
,HammingWindow
, andHannWindow
operations - Improved error handling in
IParserRefitter
- Fixed kernel shape inference in multi-input convolutions
TensorRT 10.3 GA Parser Update
For more details, see the 10.3 GA Release Notes
Changes
- Added support for tensor
axes
inputs forSlice
nodes - Updated
ScatterElements
importer to use an updated plugin
TensorRT 10.2 GA Parser Update
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
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
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
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
ONNX-TensorRT 8.6 EA Release
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
, andTopK
- Added support for
ReverseSequence
operators with dynamic shapes - Added support for
TopK
operators with dynamicK
values - 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 perviousIdentityLayer
.