Skip to content

ONNX-TensorRT 8.4 GA Release

Compare
Choose a tag to compare
@kevinch-nv kevinch-nv released this 14 Jun 17:33
· 24 commits to main since this release
1da7332

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