ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Find a file
Yufeng Li f6956e0259
Refactor qgemm file (#8322)
This PR purely extracts each kernel to a standalone file. No functionality change. It includes specifically:

leave the MlasGemm function and thread handling in the qgemm.cc
put dispatcher functions and the template functions (interfaces) that are required to implement a kernel into qgemm.h
put each kernel implementation in a separate file, which implements/specialize template functions: MlasGemmU8X8FixupZeroPointB, MlasGemmU8X8CopyPackA, MlasGemmU8X8CopyPackB, MlasGemmU8X8Kernel
determine the files to be compiled in cmake file
2021-07-12 10:13:20 -07:00
.github Update issue template to ask users to check known issues to avoid repetition. (#8288) 2021-07-02 15:36:14 -07:00
cgmanifests Update C++ Standard from 14 to 17 (#8041) 2021-06-25 14:08:01 -07:00
cmake Refactor qgemm file (#8322) 2021-07-12 10:13:20 -07:00
csharp Enable TRT provider option configuration for C# (updated version) (#7808) 2021-06-25 03:21:22 -07:00
dockerfiles
docs Support SpaceDepth ops in the CUDA and ROCM EPs (#7960) 2021-07-09 01:00:22 -07:00
include/onnxruntime/core Enable cast propagation with level one by default. (#8286) 2021-07-08 14:38:09 -07:00
java [Java] Fixing the creation of OnnxTensors from scalars, adding tests (#8023) 2021-06-24 13:21:35 -07:00
js Adding optional ops in contrib ops (#7946) 2021-06-24 13:16:31 -07:00
objectivec
onnxruntime Refactor qgemm file (#8322) 2021-07-12 10:13:20 -07:00
orttraining fix a typo (#8334) 2021-07-09 09:24:43 -07:00
package/rpm
samples Add post-install command to build PyTorch CPP extensions from within onnxruntime package (#8027) 2021-06-28 18:11:58 -07:00
server
tools Add metadata_props to ORT model (#8340) 2021-07-09 11:28:27 -07:00
winml
.clang-format
.clang-tidy
.dockerignore
.flake8
.gitattributes
.gitignore
.gitmodules Integrate onnxruntime-extensions into onnxruntime. (#8143) 2021-07-01 09:34:03 -07:00
build.amd64.1411.bat
build.bat
build.sh
CODEOWNERS
CONTRIBUTING.md
LICENSE
NuGet.config
ort.wprp
packages.config
README.md
requirements-dev.txt Add post-install command to build PyTorch CPP extensions from within onnxruntime package (#8027) 2021-06-28 18:11:58 -07:00
requirements-doc.txt
requirements-training.txt Add post-install command to build PyTorch CPP extensions from within onnxruntime package (#8027) 2021-06-28 18:11:58 -07:00
requirements.txt.in
setup.py fix ld_preload for rocm (#8290) 2021-07-02 17:15:28 -07: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

http://onnxruntime.ai/

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.