mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
Update TensorRT-ExecutionProvider.md (#6161)
This commit is contained in:
parent
32c67c2944
commit
dec703b62d
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# TensortRT Execution Provider
|
||||
# TensorRT Execution Provider
|
||||
|
||||
The TensorRT execution provider in the ONNX Runtime makes use of NVIDIA's [TensortRT](https://developer.nvidia.com/tensorrt) Deep Learning inferencing engine to accelerate ONNX model in their family of GPUs. Microsoft and NVIDIA worked closely to integrate the TensorRT execution provider with ONNX Runtime.
|
||||
The TensorRT execution provider in the ONNX Runtime makes use of NVIDIA's [TensorRT](https://developer.nvidia.com/tensorrt) Deep Learning inferencing engine to accelerate ONNX model in their family of GPUs. Microsoft and NVIDIA worked closely to integrate the TensorRT execution provider with ONNX Runtime.
|
||||
|
||||
With the TensorRT execution provider, the ONNX Runtime delivers better inferencing performance on the same hardware compared to generic GPU acceleration.
|
||||
|
||||
## Build
|
||||
For build instructions, please see the [BUILD page](../../BUILD.md#tensorrt).
|
||||
For build instructions, please see the [BUILD page](../../BUILD.md#TensorRT).
|
||||
|
||||
The TensorRT execution provider for ONNX Runtime is built and tested with TensorRT 7.1.3.4.
|
||||
|
||||
|
|
@ -111,4 +111,4 @@ underlying hardware changes. Engine files are not portable across devices.
|
|||
export ORT_TENSORRT_CACHE_PATH="/path/to/cache"
|
||||
|
||||
### Dump out subgraphs to run on TensorRT
|
||||
export ORT_TENSORRT_DUMP_SUBGRAPHS = 1
|
||||
export ORT_TENSORRT_DUMP_SUBGRAPHS = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue