Hector Li
39fa3a15c4
fix typo ( #16111 )
...
### Description
fix typo
2023-05-25 18:09:07 -07:00
Hector Li
c55e38aac1
add link to nuget package for QNN EP ( #16110 )
...
### Description
Add link to Qnn nuget pacakge
2023-05-25 16:49:31 -07:00
RandySheriffH
627112921e
Update docs for AzureEP and threading ( #16061 )
...
1. Remove zlib and re2 deps for AzureEP.
2. Explain --use_lock_free_queue usage.
---------
Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2023-05-23 15:32:54 -07:00
George Wu
9e6613db1e
Add initial QNN EP docs ( #16053 )
...
remove SNPE EP and add initial QNN EP docs. (more updates coming pending
Qualcomm online docs)
2023-05-23 11:38:45 -07:00
Quenton Hall
8b82f5ec2d
Update Vitis-AI-ExecutionProvider.md ( #16020 )
...
Update Ryzen AI demo link in Vitis AI Execution Provider
2023-05-22 21:20:39 -07:00
mingyueliuh
efbf2d0810
update doc for Vitis-AI execution provider upgrade ( #15821 )
...
### Description
Documentation and Vitis AI EP synchronous upgrade
### Motivation and Context
---------
Co-authored-by: mingyue <mingyue@amd.com>
2023-05-19 09:16:53 -07:00
Anastasia Kuporosova
89d77df4cc
Update OpenVINO Execution Provider doc ( #15679 )
...
### Description
Update OpenVINO Execution Provider documentation for python
### Motivation and Context
`onnxruntime-openvino` doesn't have dependency on OpenVINO Python API
itself, it needs OpenVINO libs.
Moreover, `add_openvino_libs_to_path()` meant to be internal, right now
it doesn't work and will be deprecated in the upcoming OpenVINO release.
The recommended way is to install an archive with libraries and run
setupvars to add OpenVINO libraries to PATH.
2023-05-18 07:33:30 -07:00
Chi Lo
91ab2ac743
Update TRT EP doc ( #15907 )
2023-05-11 13:39:04 -07:00
Chi Lo
81da3a1f08
Update docs for new TRT EP provider options ( #15825 )
...
Update TRT EP documentation for newly added TRT EP provider options
2023-05-10 11:14:22 -07:00
Ye Wang
3764093df0
update docs for a new cuda provider option: enable_skip_layer_norm_strict_mode ( #15770 )
2023-05-02 17:54:59 -07:00
Nat Kershaw (MSFT)
bd1b8a824c
Remove the generated outputs for the API docs as these are now publis… ( #15244 )
2023-05-02 11:09:49 -07:00
JacquesvanRhynMSFT
39d89d811f
Update DirectML-ExecutionProvider.md ( #15502 )
2023-04-20 15:44:43 -07:00
Preetha Veeramalai
b7f6ce3239
Update OpenVINO_execution_provider.md ( #15335 )
...
Update documentation as per OVEP 1.14.0 release
---------
Co-authored-by: sfatimar <sahar.fatima@intel.com>
2023-04-05 09:39:55 -07:00
Cassie Breviu
c5dfd1ce81
Add csharp dml sample code to EP doc and Stable Diff Repo ( #15103 )
2023-03-17 17:14:11 -07:00
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
Nat Kershaw (MSFT)
4a89a7b2da
Version 1.14 docs sweep ( #14789 )
2023-03-14 12:01:21 -07:00
Prasanth Pulavarthi
f69691fb1d
Revert "Revert "Merge branch 'gh-pages' of https://github.com/microsoft/onnxruntime into gh-pages""
...
This reverts commit 20c745c749 .
2023-03-10 17:02:38 -08:00
Prasanth Pulavarthi
20c745c749
Revert "Merge branch 'gh-pages' of https://github.com/microsoft/onnxruntime into gh-pages"
...
This reverts commit 063f84744e , reversing
changes made to 6f2f1e8dac .
2023-03-10 16:58:21 -08:00
Yulong Wang
dbbd0e7372
[doc] revise example C++ code of using file path ( #14872 )
...
### Description
revise example C++ code of using file path.
normalize the example code to use macros `ORTCHAR_T` and `ORT_TSTR`
defined in onnxruntime_c_api.h so that the code works in both Windows
and UNIX.
This PR resolves #14859
2023-03-09 11:04:59 -08:00
yf711
5464c93bc9
[doc] Update TRTEP doc ( #14911 )
2023-03-08 16:44:25 -08:00
Faith Xu
ce52b2950f
[Docs] Minor text/wording updates for Azure EP ( #14552 )
...
### Description
Fixing some wording on Azure EP page
2023-02-10 16:47:11 -08:00
Cassie Breviu
1b9772352d
Add two new blogs that were posted this week to the news section and C# GPU tutorial ( #14443 )
...
Co-authored-by: Nat Kershaw <nakersha@microsoft.com>
2023-01-27 15:38:50 -08:00
Maanav Dalal
9913bf5a8a
Website Visual Updates & Fixing Broken Links ( #14430 )
2023-01-27 13:10:22 -08:00
Ted Themistokleous
5601b10644
Update information for ROCm 5.4 for MIGraphX and ROCm Builds ( #13813 )
...
-Add MIGraphX-EP page for install/example
-Update version info for ROCm version for both MIGraphx and ROCm EPs to
5.4 -Update hooks to the latest ROCm Pytorch supported (1.12.1 -> 1.13)
-Remove (Preview) from MIGraphx and ROCm EP notes
-Update ROCm & MIGraphX EP.md files with ROCm version and pytorch links
### Description
<!-- Describe your changes. -->
Update documentation about ROCm and MIGraphx with newest ROCm 5.4 stack
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Update things for whats able to be supported.
Co-authored-by: Ted Themistokleous <tthemist@amd.com>
2023-01-26 12:18:48 -08:00
Edward Chen
e17d43dbdd
[doc] Update mobile custom build instructions, update ORT GitHub URLs to use 'main' ( #14409 )
2023-01-24 10:46:24 -08:00
RandySheriffH
1391f81c3f
Document Affinity & CloudEP ( #14137 )
2023-01-23 11:24:33 -08:00
Nat Kershaw (MSFT)
f9895177e1
Add 1.13 TRT compatibility ( #14331 )
...
Fixes #14090
2023-01-20 17:38:44 -08:00
JiCheng
88928251eb
[Xnnpack] update doc ( #13624 )
...
### Description
- iOS support
- MatMul && GEMM
- Resize
- ConvTranspose
A deployment [link](https://wejoncy.github.io/onnxruntime/ ) for
showcase.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2023-01-19 19:14:48 -08:00
sfatimar
f4d3d5f975
Ov 2022.3 4.3 doc ( #14252 )
2023-01-19 15:57:23 -08:00
FFFrog
b521f49c43
[CANN] Update the doc of CANN EP ( #13875 )
...
#### Description
This PR update docs of Ascend CANN excution provider.
#### Changes
1. Add some new ops.
[https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#supported-ops ](https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#supported-ops )
2. Add detailed option description.
[https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#configuration-options ](https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#configuration-options )
3. Fix the link problem caused by document structure adjustment.
2022-12-14 10:11:56 -08:00
Adam Pocock
c4dee79eed
Adding Java example to CUDA execution provider docs ( #13899 )
...
### Description
Adds an example of specifying CUDA options in Java to the CUDA execution
provider docs.
### Motivation and Context
Fixes #13896 .
2022-12-08 13:54:14 -08:00
Shubhamai
e591fd73bc
fixing link of c_cxx/fns_candy_style_transfer ( #13516 )
...
### Description
Updating an invalid link :
The link for `samples/c_cxx/fns_candy_style_transfer` was invalid. The
files now seems to be present in the `onnxruntime-inference-examples`
repo -
https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer
### Motivation and Context
Fixing a non-working link.
2022-11-11 10:12:41 -08:00
Faith Xu
d4497b9ecd
[Docs] Update EP ordering ( #13564 )
...
### Description
- Update EP ordering and distinguish between MS-maintained and
community-maintained EPs
- Update CUDA version table for v1.13
- Staged preview:
https://faxu.github.io/onnxruntime/docs/execution-providers/
2022-11-07 10:02:01 -08:00
Hector Li
ed1dfaa91e
Snpe EP add link to inference example code ( #13415 )
...
Add link to inference example code
2022-10-24 11:07:42 -07:00
FFrog
7fd9523934
add doc about CANN EP ( #13239 )
...
#### Description
This PR adds docs of Ascend CANN excution provider.
#### Changes
- Preview Github page:
[https://fffrog.github.io/ ](https://fffrog.github.io/ )
- Add onnxruntime build with CANN:
[https://fffrog.github.io/docs/build/eps.html#cann ](https://fffrog.github.io/docs/build/eps.html#cann )
- Add CANN ExecutionProvider Page:
[https://fffrog.github.io/docs/execution-providers/CANN-ExecutionProvider.html ](https://fffrog.github.io/docs/execution-providers/CANN-ExecutionProvider.html )
2022-10-18 10:18:09 -07:00
Cheng
a01de6db92
[xnnpack] Add EP Doc ( #13021 )
...
**Description**: Describe your changes.
Xnnpack EP
Preview:
https://wejoncy.github.io/onnxruntime/
**Motivation and Context**
- Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here.
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2022-10-07 15:08:22 -07:00
sfatimar
9341c87957
Update docx ov ep v4.2 release ( #13222 )
...
Description
[OpenVINO-EP] Documentation update for v4.2 Release with OpenVINO 2022.2
version
Motivation and Context
The code PR is already merged:
https://github.com/microsoft/onnxruntime/pull/13023
https://github.com/microsoft/onnxruntime/pull/13069
Openvino GPU Unit/Python Tests fix failure #13122
Co-authored-by: mayavijx <mayax.vijayan@intel.com>
2022-10-07 08:55:34 -07:00
PeixuanZuo
ce1bc9b49c
[Add] add Rocm ep doc ( #12971 )
...
**Description**: Describe your changes.
add rocm ep doc.
Perview Github page : https://ytaous.github.io/onnxruntime/
Added items
Home page
- [ ] Update matrix on home page: https://ytaous.github.io/onnxruntime/
- [ ] Link "Installation Instruction Follow build instructions from
here" to onnxruntime build with ROCm(inference) page.(This link now
point to preview page, will change later)
Installation
- [ ] Update installation page:
https://ytaous.github.io/onnxruntime/docs/install/#training-install-table-for-all-languages
Build onnxruntime
- [ ] Add onnxruntime build with ROCm(inference):
https://ytaous.github.io/onnxruntime/docs/build/eps.html#amd-rocm
- [ ] Update onnxruntime build with ROCm(training):
https://ytaous.github.io/onnxruntime/docs/build/training.html#gpu--rocm
ExecutionProvider
- [ ] Add ROCm ExecutionProvider navitagation:
https://ytaous.github.io/onnxruntime/docs/execution-providers/
- [ ] Add ROCm-ExecutionProvider page:
https://ytaous.github.io/onnxruntime/docs/execution-providers/ROCm-ExecutionProvider.html
Performance
- [ ] Add enable_rocm_profiling introcduction:
https://ytaous.github.io/onnxruntime/docs/performance/tune-performance.html#profiling-and-performance-report
- [ ] Add graph-optimation for ROCm ep:
https://ytaous.github.io/onnxruntime/docs/performance/graph-optimizations.html#extended-graph-optimizations
Co-authored-by: Ethan Tao <ettao@microsoft.com@orttrainingdev7.d32nl1ml4oruzj4qz3bqlggovf.px.internal.cloudapp.net>
Co-authored-by: ytaous <4484531+ytaous@users.noreply.github.com>
2022-09-20 12:04:20 -07:00
Faith Xu
552b70f82a
[Website] Add ORT at MS page and doc fixes ( #12518 )
...
* add ort at microsoft page
* remove openmp references
* update EP table
* update ort-at-microsoft page
* fix link
* Change ORT to ONNX Runtime
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2022-08-10 10:08:58 -07:00
Nat Kershaw (MSFT)
fd48acae6d
Add correct version for TRT ( #12475 )
2022-08-04 16:45:26 -07:00
Faith Xu
f39fbbf6f7
[Website/Docs] Add quote and reorganize docs navigation ( #12355 )
2022-07-29 12:44:36 -07:00
mayavijx
0673a88d4f
Added the OpenVINO Release support details ( #12264 )
...
* Added the OV support details
* Modify torch-ort-infer package
* Update OpenVINO-ExecutionProvider.md
Co-authored-by: Preetha <preetha.veeramalai@intel.com>
2022-07-28 09:02:14 -07:00
Rachel Guo
57a545e056
[doc] update supported nnapi ep op md ( #12273 )
2022-07-27 15:49:37 -07:00
Rachel Guo
b65d8fe405
[doc] update supported coreml ep op md ( #12274 )
2022-07-25 16:17:36 -07:00
Faith Xu
0e1e488824
[website] updates for 1.12 ( #12262 )
...
* v1.12 docs updates
* fix typo
* add TVM EP updates to matrix
* More matrix updates
* remove xamarin example text
2022-07-22 10:04:40 -07:00
Valery Chernov
77611c3c61
[DOC][TVM EP] gh-pages upstreaming with updates of TVM EP ( #12164 )
2022-07-13 11:11:21 -07:00
Preetha Veeramalai
fc16c5cc0d
Ov ep docx update 1.12 ( #12121 )
...
* updating docs for torch ort inference
* Add provider option for enable_dynamic_shapes
Co-authored-by: saipj <sai.jayanthi@intel.com>
2022-07-11 22:56:12 -07:00
Dwayne Robinson
196af877ca
Update DML EP documentation opset to 13-15 ( #12109 )
2022-07-06 14:14:59 -07:00
Nat Kershaw (MSFT)
8c23c57a9f
Refactor DirectML and Windows docs ( #12096 )
2022-07-06 09:52:42 -07:00
Hector Li
33d47609c4
update according to the C++ API change for SNPE EP. ( #11915 )
...
update according to the C++ API change for SNPE EP. AppendExecutionProvider_SNPE -> AppendExecutionProvider
2022-06-20 13:27:41 -07:00