llvm-project

This is the canonical git mirror of the LLVM subversion repository. Please see http://llvm.org/ for instructions on contributing to LLVM.

View the Project on GitHub kraj/llvm-project

How-tos

Using PyRuntime
Perform Inference Using ONNX-MLIR Runtime API

References

ONNX Dialect
OMTensor C99 Runtime API
OMTensorList C99 Runtime API
Generate ONNX Dialect
About Documentation

Discussions

Testing Guidelines

Tools

debug.py - Debug Numerical Errors
DocCheck - Handling Necessary Code Duplication

This project is maintained by kraj

Hosted on GitHub Pages — Theme by orderedlist

About Documentation

How to add a new documentation page

Firstly, /docs is the root directory of the documentation website, meaning that any documentation page you wish to display to a user must be located within /docs.

Secondly, add the documentation page into the navigation configuration file located at /docs/_data/navigation.yaml. Edit the table of content to include the path to the newly created documentation page with a descriptive title.

Then, capture the changes done in a patch and submit a pull request; once the patch is merged into onnx-mlir codebase, a link pointing to the file path specified with the descriptive title you provided will appear on the navigation panel.