commit | 3136e8feff8f36ae0e960fb41e069c7870a1fc60 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Sun May 15 09:21:38 2022 -0700 |
committer | GitHub <noreply@github.com> | Sun May 15 09:21:38 2022 -0700 |
tree | 37a94f36f6610549529151951f6e9afca751b438 | |
parent | fe42debb5448e416f63490d71d0530ba1930a35e [diff] |
Fix a few remaining unqualified uses of func.func. (#9122) https://github.com/google/iree/pull/9094 used a regex on .mlir files, but we have other types of files that include MLIR snippets. This updates a Colab notebook (.ipynb) and a page on our website (.md). There are still a few other references in Markdown files (and maybe other types of files), but I think these are the important ones to keep up to date. The Colab update should fix this buildkite failure: https://buildkite.com/iree/iree-samples/builds/343#41eef0d9-0959-493d-8897-f53e939e5d32
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.