Skip to content

TensorRT OSS v10.9.0

Compare
Choose a tag to compare
@LeoZDong LeoZDong released this 11 Mar 22:00
· 1 commit to release/10.9 since this release
8c6d69d

10.9.0 GA

For more information, see the TensorRT 10.9.0 release notes.

Key Features and Updates:

  • Demo changes
    • demoDiffusion
      • Added Canny ControlNet support for the SDXL pipeline
  • Plugin changes
    • Added a readme to the GroupNormalization plugin (GroupNormalizationPlugin) - 4314
    • Fixed bug in CustomQKVToConte mxtPluginDynamic version 3 where SM 100 was not considered a supported platform.
  • Parser changes
    • Added support for Python AOT plugins
    • Added support for opset 21 GroupNorm - 4336
    • Fixed support for opset 18+ ScatterND
  • Sample changes
    • Added a new sample dds_faster_rcnn which demonstrates how to handle data-dependent shaped outputs with IOutputAllocator.
  • Fixed issues:
    • Fixed streamReaderV2 Python API performance issue - 4327