commit | c232aebe272e4c9d8f25728ae7e4f6a2a4c7c5fd | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Thu Oct 19 09:59:33 2023 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 19 09:59:33 2023 -0700 |
tree | a5431f117a92a2173396b7f772b02e6ca3597b44 | |
parent | b13037b0c55b90a41d644cd9d55500906252a4be [diff] |
Run markdownlint on some files under `docs/developers/*`. (#15168) Progress on https://github.com/openxla/iree/issues/15116 (prep for moving some/all of these files into `docs/website/`) Notable formatting changes applied by following the lint rules: * No skipping header levels, e.g. `## h2 <br> #### h4`, with no `### h3` * No loose links, e.g. `www.google.com` --> `<www.google.com>` * Wrap lines at 80 characters * Set language on all code blocks (or explicitly say just "text") * Indentation, spacing, and line break standardization * Drop leading `$` characters from "shell" codeblocks (ehhhh)
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.