Iraut/update nv trt rtx ep doc#25321
Iraut/update nv trt rtx ep doc#25321ishwar-raut1 wants to merge 3 commits intomicrosoft:gh-pagesfrom
Conversation
|
looks good to me. Thanks. |
-> Grouped Eps of same vendors in bins of 100
|
can you share the rationale behind the nav order number selection/updates ? |
There was a problem hiding this comment.
Pull Request Overview
This PR updates navigation ordering for execution provider documentation, refines the NVIDIA TensorRT RTX provider page, and enhances the build instructions for TensorRT RTX.
- Standardized
nav_ordervalues across all execution provider Markdown files. - Corrected the TensorRT RTX EP description link and wording.
- Added and formatted build instructions snippet for TensorRT RTX in the build guides.
Reviewed Changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/execution-providers/oneDNN-ExecutionProvider.md | Updated nav_order to fit new documentation ordering. |
| docs/execution-providers/community-maintained/index.md | Updated nav_order for community-maintained providers index. |
| docs/execution-providers/Xnnpack-ExecutionProvider.md | Updated nav_order to align with revised schema. |
| docs/execution-providers/Vitis-AI-ExecutionProvider.md | Updated nav_order to the new numbering. |
| docs/execution-providers/TensorRTRTX-ExecutionProvider.md | Changed nav_order and fixed TensorRT RTX link and description. |
| docs/execution-providers/ROCm-ExecutionProvider.md | Updated nav_order according to new hierarchy. |
| docs/execution-providers/QNN-ExecutionProvider.md | Updated nav_order for consistency across providers. |
| docs/execution-providers/OpenVINO-ExecutionProvider.md | Updated nav_order in line with other Intel providers. |
| docs/execution-providers/NNAPI-ExecutionProvider.md | Updated nav_order. |
| docs/execution-providers/MIGraphX-ExecutionProvider.md | Updated nav_order for AMD MIGraphX EP. |
| docs/execution-providers/EP-Context-Design.md | Updated nav_order for EP context design document. |
| docs/execution-providers/DirectML-ExecutionProvider.md | Updated nav_order for DirectML EP. |
| docs/execution-providers/CoreML-ExecutionProvider.md | Updated nav_order for CoreML EP. |
| docs/execution-providers/CUDA-ExecutionProvider.md | Updated nav_order for CUDA EP. |
| docs/execution-providers/Azure-ExecutionProvider.md | Updated nav_order for Azure EP. |
| docs/build/eps.md | Added TensorRT RTX install link and formatted the build command snippet. |
Comments suppressed due to low confidence (2)
docs/build/eps.md:246
- Correct the spelling of "Install" and remove the extra closing parenthesis in the markdown link.
* Intall TensorRT for RTX from [here](https://developer.nvidia.com/tensorrt-rtx))
docs/execution-providers/EP-Context-Design.md:5
- The
nav_ordervalue is unusually large compared to others. Please verify if this is intended or a typo.
nav_order: 99902
| Replace the --tensorrt_home and --cuda_home with correct paths to CUDA and TensorRT-RTX installations. | ||
|
|
||
| ```bash | ||
| `build.bat --config Release --parallel 32 --build_dir _build --build_shared_lib --use_nv_tensorrt_rtx --tensorrt_rtx_home <path to TensorRT for RTX home> --cuda_home <path to CUDA home> --cmake_generator "Visual Studio 17 2022" --use_vcpkg` |
There was a problem hiding this comment.
Remove the inline backticks around the build command inside the code block to avoid rendering issues.
| `build.bat --config Release --parallel 32 --build_dir _build --build_shared_lib --use_nv_tensorrt_rtx --tensorrt_rtx_home <path to TensorRT for RTX home> --cuda_home <path to CUDA home> --cmake_generator "Visual Studio 17 2022" --use_vcpkg` | |
| build.bat --config Release --parallel 32 --build_dir _build --build_shared_lib --use_nv_tensorrt_rtx --tensorrt_rtx_home <path to TensorRT for RTX home> --cuda_home <path to CUDA home> --cmake_generator "Visual Studio 17 2022" --use_vcpkg |
| description: Instructions to execute ONNX Runtime applications with CUDA | ||
| parent: Execution Providers | ||
| nav_order: 1 | ||
| nav_order: 3 |
There was a problem hiding this comment.
[nitpick] This nav_order uses a single-digit value while others follow a three-digit scheme; consider aligning for consistency.
| nav_order: 3 | |
| nav_order: 003 |
I want to group the EPs running on the same vendor. EPs were scattered, so I have arranged them together. |
|
@jywu-msft Can we add this PR for 1.23? |
Description
@ankan-ban @gedoensmax