Skip to content

TensorRT 10.15 OSS Release#4692

Merged
kevinch-nv merged 1 commit intoNVIDIA:mainfrom
kevinch-nv:release/10.15-staging
Feb 3, 2026
Merged

TensorRT 10.15 OSS Release#4692
kevinch-nv merged 1 commit intoNVIDIA:mainfrom
kevinch-nv:release/10.15-staging

Conversation

@kevinch-nv
Copy link
Collaborator

For more information, see the TensorRT 10.15 Release Notes:

  • Sample changes

    • Added 2 safety samples sampleSafeMNIST, and sampleSafePluginV3 to demonstrate how to use TensorRT with the safety workflow.
    • Added trtSafeExec to accompany the safety workflow release.
    • Added python/stream_writer to showcase how to serialize a TensorRT engine directly to a custom stream using the IStreamWriter interface, rather than writing to a file or a contiguous memory buffer.
    • Added python/strongly_type_autocast to demonstrate how to convert FP32 ONNX models to mixed precision (FP32-FP16) using ModelOpt's AutoCast tool and subsequently building the engine with TensorRT's Strong Typing mode.
    • Added sampleCudla to demonstrate how to use the cuDLA API to run TensorRT engines on the Deep Learning Accelerator (DLA) hardware, which is available on NVIDIA Jetson and DRIVE platforms.
    • Deprecated sampleCharRNN.
  • Plugin changes

    • Deprecated bertQKVToContextPlugin and will be removed in a future release. No alternatives are planned to be provided.
  • Parser changes

    • Added support for RotaryEmbedding, RMSNormalization and TensorScatter for improved LLM model support
    • Added more specialized quantization ops for models quantized through TensorRT ModelOptimizer.
    • Added kREPORT_CAPABILITY_DLA flag to enable per-node validation when building DLA engines through TensorRT.
    • Added kENABLE_PLUGIN_OVERRIDE flag to enable TensorRT plugin override for nodes that share names with user plugins.
    • Improved error reporting for models with multiple subgraphs, such as Loop or Scan nodes.
  • Demo changes

    • demoDiffusion: Stable Diffusion 1.5, 2.0 and 2.1 pipelines have been deprecated and removed.

@kevinch-nv kevinch-nv requested a review from a team as a code owner February 3, 2026 18:36
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
@kevinch-nv kevinch-nv force-pushed the release/10.15-staging branch from 3dec178 to bc3252f Compare February 3, 2026 20:56
@kevinch-nv kevinch-nv merged commit 9973b2f into NVIDIA:main Feb 3, 2026
2 checks passed
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.

3 participants