Skip to content

Conversation

poweiw
Copy link
Collaborator

@poweiw poweiw commented Sep 11, 2024

Release 10.4-GA

Key Features and Updates:

  • Demo changes
    • Added Stable Cascade pipeline.
    • Enabled INT8 and FP8 quantization for Stable Diffusion v1.5, v2.0 and v2.1 pipelines.
    • Enabled FP8 quantization for Stable Diffusion XL pipeline.
  • Sample changes
    • Add a new python sample aliased_io_plugin which demonstrates how in-place updates to plugin inputs can be achieved through I/O aliasing.
  • Plugin changes
    • Migrated IPluginV2-descendent versions (a) of the following plugins to newer versions (b) which implement IPluginV3 (a->b):
      • scatterElementsPlugin (1->2)
      • skipLayerNormPlugin (1->5, 2->6, 3->7, 4->8)
      • embLayerNormPlugin (2->4, 3->5)
      • bertQKVToContextPlugin (1->4, 2->5, 3->6)
    • Note
      • The newer versions preserve the corresponding attributes and I/O of the corresponding older plugin version.
      • The older plugin versions are deprecated and will be removed in a future release.
  • Quickstart guide
  • Parser changes
    • Added support for tensor axes for Pad operations.
    • Added support for BlackmanWindow, HammingWindow, and HannWindow operations.
    • Improved error handling in IParserRefitter.
    • Fixed kernel shape inference in multi-input convolutions.
  • Updated tooling
    • polygraphy-extension-trtexec v0.0.9

@poweiw poweiw force-pushed the dev-poweiw-10.4-stage branch 2 times, most recently from 37ab6f5 to 0f7b0f6 Compare September 11, 2024 16:45
@poweiw poweiw requested a review from kevinch-nv September 11, 2024 21:06
@poweiw poweiw force-pushed the dev-poweiw-10.4-stage branch from 0f7b0f6 to 732c270 Compare September 11, 2024 22:16
Signed-off-by: poweiw <[email protected]>
@poweiw poweiw force-pushed the dev-poweiw-10.4-stage branch from 732c270 to c664ce2 Compare September 12, 2024 00:27
@poweiw poweiw merged commit 866548c into release/10.4 Sep 12, 2024
1 check passed
@poweiw poweiw deleted the dev-poweiw-10.4-stage branch May 21, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants