mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-17 18:40:28 +00:00
Add ppc64le support (#8409)
This patch adds POWER in the supported architecture list in the user manual. Co-authored-by: Rajalakshmi Srinivasaraghavan <rajis@linux.ibm.com>
This commit is contained in:
parent
d8bb0da9f9
commit
66fa85a7e0
1 changed files with 5 additions and 5 deletions
|
|
@ -77,11 +77,11 @@ Also, if you want to cross-compile for Apple Silicon in an Intel-based MacOS mac
|
|||
### Architectures
|
||||
{: .no_toc }
|
||||
|
||||
| | x86_32 | x86_64 | ARM32v7 | ARM64 |
|
||||
|-----------|:------------:|:------------:|:------------:|:------------:|
|
||||
|Windows | YES | YES | YES | YES |
|
||||
|Linux | YES | YES | YES | YES |
|
||||
|macOS | NO | YES | NO | NO |
|
||||
| | x86_32 | x86_64 | ARM32v7 | ARM64 | PPC64LE |
|
||||
|-----------|:------------:|:------------:|:------------:|:------------:|:-------:|
|
||||
|Windows | YES | YES | YES | YES | NO |
|
||||
|Linux | YES | YES | YES | YES | YES |
|
||||
|macOS | NO | YES | NO | NO | NO |
|
||||
|
||||
### Environments
|
||||
{: .no_toc }
|
||||
|
|
|
|||
Loading…
Reference in a new issue