Commit graph

79 commits

Author SHA1 Message Date
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
Nat Kershaw (MSFT)
089b57d410
Update CUDA dependencies for 1.11 (#11788) 2022-06-08 11:57:08 -07:00
Nat Kershaw (MSFT)
1b3a09cd41
Fix CUDA EP code example (#11777) 2022-06-07 17:38:53 -07:00
Valery Chernov
9b9a3cbe41
update TVM EP description (#11748) 2022-06-07 10:42:43 -07:00
Dwayne Robinson
a5a079fd8c
Update DML EP to say version 1.8.2 (#11493) 2022-06-06 13:28:57 -07:00
George Wu
70a3468850
initial docs for SNPE EP (#11705)
* SNPE EP docs

* minor corrections

* fixes

* c++

* remove

* Update docs/execution-providers/SNPE-ExecutionProvider.md

Co-authored-by: manashgoswami <magoswam@microsoft.com>

* review comments

Co-authored-by: manashgoswami <magoswam@microsoft.com>
2022-06-03 14:19:57 -07:00
sfatimar
b51e301eaa
Gh pages uep 4.1 2022.1 (#11649)
* Update OpenVINO-ExecutionProvider.md

Updated to support Python Packages on PyPi.org

* Update eps.md

Updated OpenVINO

* Update eps.md
2022-05-31 08:15:19 -07:00
Nat Kershaw (MSFT)
6da9240866
Add link to release plan (#11521) 2022-05-23 11:04:29 -07:00
George Wu
e75c02762d
update summary of supported EP's table (#11552) 2022-05-23 10:47:01 -07:00
sfatimar
370c4c5672
Ov ep docx update 22.2 (#11296)
* Update eps.md

* Update OpenVINOExecutionProvider.md

* Update OpenVINOExecutionProvider.md
2022-04-27 09:49:44 -07:00
Vincent Wang
9411550a9a
Fix Key Number in CUDA EP Sample Code (#11203)
* fix key number in doc

* use size() instead of number
2022-04-13 19:31:23 -07:00
Maajid khan
173f7f623c
OpenVINO-EP v4.0 Release documentation update (#11125)
* Update docx w.r.t v4.0 Release

updates documentation w.r.t OV-EP
v4.0 Release with OpenVINO 2022.1
version.

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

* Added new announcements

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

* Fixed typos

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>

* Add Release page link

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
2022-04-08 09:53:49 -07:00
Edward Chen
645ebcb5af
ORT 1.11 mobile doc updates (#11062)
* Save updates.

* save changes

* Update install matrix text.

* save updates

* Rename ort-model-format.md to ort-format-models.md.

* Remove redirect_from entry, doesn't seem to work.

* PR comments.

* Reword.
2022-04-06 09:50:44 -07:00
Vincent Wang
59df74e0a9
[Doc] Provider Option cudnn_conv1d_pad_to_nc1d (#11040)
* doc for cudnn_conv1d_pad_to_nc1d

* update doc
2022-04-04 08:20:23 -07:00
George Wu
d699805e24
update TensorRT EP docs for ORT 1.11 (#11055) 2022-03-30 14:07:06 -07:00
Dwayne Robinson
dad658f53c
Warn user that GPU 0 is not necessarily performant (#11044) 2022-03-30 10:32:43 -07:00
Hariharan Seshadri
d87f5eeeab
Fix formatting of tune performance page (#11014)
* Fix formtatting

* Update

* Modify python comment style

* More changes

* Fix OpenVINO links
2022-03-28 13:32:50 -07:00