Raw Metadata XML
<pkgmetadata>
<maintainer type="person">
<email>iohann.s.titov@gmail.com</email>
<name>Ivan S. Titov</name>
</maintainer>
<longdescription>
ONNX Runtime is Microsoft's cross-platform machine learning inference
and training accelerator. Provides a C/C++/Python API plus optional
execution providers for CPU, NVIDIA CUDA, AMD ROCm, OpenVINO, DirectML,
CoreML, and others. Reads ONNX-format models and dispatches operators
to whichever provider is registered.
USE=python builds the Python bindings (NumPy, flatbuffers, protobuf, and
packaging); USE=test builds the C++ test suite with upstream's pinned
GoogleTest source.
Derived from the ::guru package with patches to relax the flatbuffers
dependency, drop -Werror, and use system libraries. Eigen3 remains pinned
to a specific GitLab archive commit because upstream requires features
newer than the latest compatible tagged release. CUDA builds use pinned
CUTLASS and cuDNN Frontend sources required by upstream.
</longdescription>
<use>
<flag name="cuda">Build the NVIDIA CUDA execution provider</flag>
</use>
<upstream>
<doc>https://onnxruntime.ai/docs/</doc>
<bugs-to>https://github.com/microsoft/onnxruntime/issues</bugs-to>
<remote-id type="github">microsoft/onnxruntime</remote-id>
<remote-id type="gitlab">libeigen/eigen</remote-id>
</upstream>
</pkgmetadata>