commit | a16baf087ff45a820f118dd9e7bd82ced5a7cd2f | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Fri Jul 28 11:31:21 2023 -0700 |
committer | GitHub <noreply@github.com> | Fri Jul 28 11:31:21 2023 -0700 |
tree | ed2b2d0b0dcb11c126c443c847162923af2f7f35 | |
parent | 9902af7c989b26b8839daab2c183ec1624097c8c [diff] |
Iterate on C/Python bindings documentation. (#14482) Mostly updates to the C API page: * Added code snippets for compiler and runtime APIs (real code minus error handling, next to links to buildable templates/samples) * Added more links to template repos and samples (including new [iree-org/iree-template-compiler-cmake/](https://github.com/iree-org/iree-template-compiler-cmake/) and [iree-org/iree-template-runtime-cmake/](https://github.com/iree-org/iree-template-runtime-cmake/)) * Added diagram for runtime high level API concepts, simplified compiler API concepts diagram * Added more explanations about API concepts Other changes: * Tweaked Python bindings page to match C API bindings structure * Enabled `navigation.tabs.sticky` mkdocs setting, keeping the navigation tabs visible even after scrolling (since I expect users will want to switch between guides and reference pages) | | | | -- | -- | Current site | https://openxla.github.io/iree/reference/bindings/c-api/ Preview | https://scotttodd.github.io/iree/reference/bindings/c-api/
IREE (Intermediate Representation Execution Environment, pronounced as “eerie”) is an MLIR-based end-to-end compiler and runtime that lowers Machine Learning (ML) models to a unified IR that scales up to meet the needs of the datacenter and down to satisfy the constraints and special considerations of mobile and edge deployments.
See our website for project details, user guides, and instructions on building from source.
IREE is still in its early phase. We have settled down on the overarching infrastructure and are actively improving various software components as well as project logistics. It is still quite far from ready for everyday use and is made available without any support at the moment. With that said, we welcome any kind of feedback on any communication channels!
See our website for more information.
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.