You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/eps.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -235,6 +235,21 @@ These instructions are for the latest [JetPack SDK](https://developer.nvidia.com
235
235
236
236
* For a portion of Jetson devices like the Xavier series, higher power mode involves more cores (up to 6) to compute but it consumes more resource when building ONNX Runtime. Set `--parallel 1`in the build commandif OOM happens and system is hanging.
237
237
238
+
## TensorRT-RTX
239
+
240
+
See more information on the NV TensorRT RTX Execution Provider [here](../execution-providers/TensorRTRTX-ExecutionProvider.md).
241
+
242
+
### Prerequisites
243
+
{: .no_toc }
244
+
245
+
* Follow [instructions for CUDA execution provider](#cuda) to install CUDA and setup environment variables.
246
+
* Intall TensorRT for RTX from nvidia.com (TODO: add link when available)
Copy file name to clipboardExpand all lines: docs/execution-providers/TensorRTRTX-ExecutionProvider.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Currently TensorRT RTX supports RTX GPUs from Ampere or later architectures. Sup
29
29
Please select the Nvidia TensorRT RTX version of Onnx Runtime: https://onnxruntime.ai/docs/install. (TODO!)
30
30
31
31
## Build from source
32
-
See [Build instructions](../build/eps.md#tensorrtrtx). (TODO!)
32
+
See [Build instructions](../build/eps.md#TensorRT-RTX).
33
33
34
34
## Requirements
35
35
@@ -207,7 +207,7 @@ TensorRT RTX configurations can be set by execution provider options. It's usefu
207
207
* The format of the profile shapes is `input_tensor_1:dim_1xdim_2x...,input_tensor_2:dim_3xdim_4x...,...`
208
208
* These three flags should all be provided in order to enable explicit profile shapes feature.
209
209
* Note that multiple TensorRT RTX profiles can be enabled by passing multiple shapes for the same input tensor.
210
-
* Check [Explicit shape range for dynamic shape input](#explicit-shape-range-for-dynamic-shape-input) and TRT doc [optimization profiles](https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/index.html#opt_profiles) for more details.
210
+
* Check TensorRT doc [optimization profiles](https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/index.html#opt_profiles) for more details.
0 commit comments