onnxruntime/docs/performance/tune-performance/index.md
Faith Xu 3681048474
[Docs] Update performance sections (#15071)
### Description
Staged: https://faxu.github.io/onnxruntime/docs/performance/

Main changes:
- Restructure performance section to break into sub-categories
- Move CUDA specific perf tuning tips to [CUDA EP
page](https://faxu.github.io/onnxruntime/docs/execution-providers/CUDA-ExecutionProvider.html#performance-tuning)
- Update [Transformer optimizer
page](https://faxu.github.io/onnxruntime/docs/performance/transformers-optimization.html)
to remove version-specific content... will be supported along with
https://github.com/microsoft/onnxruntime/pull/14964
- Fix links to point to new pages
2023-03-17 15:39:22 -07:00

749 B

title parent has_children nav_order redirect_from
Tune performance Performance true 1
/docs/how-to/tune-performance
/docs/performance/tune-performance

ONNX Runtime Performance Tuning

{: .no_toc }

ONNX Runtime provides high performance for running deep learning models on a range of hardwares. Based on usage scenario requirements, latency, throughput, memory utilization, and model/application size are common dimensions for how performance is measured.

While ORT out-of-box aims to provide good performance for the most common usage patterns, there are model optimization techniques and runtime configurations that can be utilized to improve performance for specific use cases and models.

  • TOC placeholder {:toc}