docs: update TensorRT RTX EP documentation for standalone EP ABI #28026
Merged
chilo-ms merged 4 commits intomicrosoft:gh-pagesfrom Apr 15, 2026
Merged
docs: update TensorRT RTX EP documentation for standalone EP ABI #28026chilo-ms merged 4 commits intomicrosoft:gh-pagesfrom
chilo-ms merged 4 commits intomicrosoft:gh-pagesfrom
Conversation
Contributor
Author
|
@chilo-ms to review |
Contributor
Author
chilo-ms
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the TensorRT RTX Execution Provider documentation to reflect the transition
to the standalone EP ABI plugin and updated default behavior.
Changes
directing users to the standalone TensorRT RTX EP ABI plugin.
device-based EP API (
RegisterExecutionProviderLibrary,GetEpDevices,SessionOptionsAppendExecutionProvider_V2) for registering and using the standalone plugin."Built-in EP (Deprecated)" sections with appropriate links.
enable_cuda_graphis now enabled by default (
true). Code examples andonnxruntime_perf_testcommandsnow show how to disable CUDA Graph rather than enable it.
--plugin_eps,--plugin_ep_libs, and--plugin_ep_optionsflags alongside thedeprecated built-in EP commands for CUDA Graph, EP context generation, and general
performance testing sections.
the built-in EP and the standalone EP ABI plugin.
Motivation
The built-in TensorRT RTX EP is being deprecated in favor of the standalone open-source
EP ABI plugin. This documentation update ensures users have clear migration guidance,
up-to-date code examples, and accurate default values.