ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Find a file
daquexian 3cbbf9dcae
Fix wasm static lib in sub-project (#11671)
* wasm_static_lib_global

Signed-off-by: daquexian <daquexian566@gmail.com>

* make wasm static lib global

Signed-off-by: daquexian <daquexian566@gmail.com>

* fix the property

Signed-off-by: daquexian <daquexian566@gmail.com>

* add code missing after merge

Signed-off-by: daquexian <daquexian566@gmail.com>
2022-06-14 15:18:11 -07:00
.config
.gdn
.github Move tvm pipeline to Github Actions (#11721) 2022-06-13 11:38:44 -07:00
.pipelines Update DirectML from 1.8.0 to 1.8.2 (#11459) 2022-05-06 17:52:52 -07:00
.vscode Add python static type checking in CI checks (#11518) 2022-05-16 13:26:56 -07:00
cgmanifests [TVM EP] update set input method for VirtualMachine (#11674) 2022-06-04 09:31:01 +02:00
cmake Fix wasm static lib in sub-project (#11671) 2022-06-14 15:18:11 -07:00
csharp Snpe ep (#11665) 2022-06-03 14:10:02 -07:00
dockerfiles fix cmake warning (#11742) 2022-06-07 09:37:16 +08:00
docs Support per-test tolerances for ONNX tests (#11775) 2022-06-14 15:12:23 -07:00
include/onnxruntime/core QlinearConv threading adjustments (#11228) 2022-06-14 14:42:12 -07:00
java Update protobuf-java to 3.20.1 (#10420) 2022-05-11 07:52:12 -07:00
js Support per-test tolerances for ONNX tests (#11775) 2022-06-14 15:12:23 -07:00
objectivec
onnxruntime Support per-test tolerances for ONNX tests (#11775) 2022-06-14 15:12:23 -07:00
orttraining Add aten::_softmax to eager ops. (#11820) 2022-06-13 13:05:26 -04:00
package/rpm
samples
tools Support uploading EP perf data to a configurable database. (#11819) 2022-06-13 14:06:50 -07:00
winml Support per-test tolerances for ONNX tests (#11775) 2022-06-14 15:12:23 -07:00
.clang-format
.clang-tidy
.dockerignore
.flake8 Fix torch cpp ext build when CPU wheel is installed but GPU card is present (#11608) 2022-05-25 09:44:26 -04:00
.gitattributes
.gitignore
.gitmodules XNNPACK EP (#11445) 2022-06-03 20:22:34 +10:00
build.amd64.1411.bat
build.bat
build.sh
CITATION.cff
CODEOWNERS
CONTRIBUTING.md
lgtm.yml Add LGTM config for c++ and c# (#11365) 2022-04-27 10:51:40 -07:00
LICENSE
NuGet.config
ort.wprp
ORT_icon_for_light_bg.png
packages.config Update DirectML from 1.8.0 to 1.8.2 (#11459) 2022-05-06 17:52:52 -07:00
pyproject.toml Add python static type checking in CI checks (#11518) 2022-05-16 13:26:56 -07:00
README.md
requirements-dev.txt
requirements-doc.txt
requirements-training.txt
requirements.txt.in Add additional python requirements (#11522) 2022-05-20 16:16:18 -07:00
SECURITY.md Microsoft mandatory file (#11619) 2022-05-25 13:56:10 -07:00
setup.py Update setup.py to include config files used by model analysis in wheel. (#11381) 2022-04-28 16:13:26 +10:00
ThirdPartyNotices.txt
VERSION_NUMBER

ONNX Runtime is a cross-platform inference and training machine-learning accelerator.

ONNX Runtime inference can enable faster customer experiences and lower costs, supporting models from deep learning frameworks such as PyTorch and TensorFlow/Keras as well as classical machine learning libraries such as scikit-learn, LightGBM, XGBoost, etc. ONNX Runtime is compatible with different hardware, drivers, and operating systems, and provides optimal performance by leveraging hardware accelerators where applicable alongside graph optimizations and transforms. Learn more →

ONNX Runtime training can accelerate the model training time on multi-node NVIDIA GPUs for transformer models with a one-line addition for existing PyTorch training scripts. Learn more →

Get Started

General Information: onnxruntime.ai

Usage documention and tutorials: onnxruntime.ai/docs

Companion sample repositories:

Build Pipeline Status

System CPU GPU EPs
Windows Build Status Build Status Build Status
Linux Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Mac Build Status
Build Status
Android Build Status
iOS Build Status
WebAssembly Build Status

Data/Telemetry

Windows distributions of this project may collect usage data and send it to Microsoft to help improve our products and services. See the privacy statement for more details.

Contributions and Feedback

We welcome contributions! Please see the contribution guidelines.

For feature requests or bug reports, please file a GitHub Issue.

For general discussion or questions, please use GitHub Discussions.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

This project is licensed under the MIT License.