commit | d8bf4acf4b7d4b72362972332debdcfce1c4682c | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Wed Jul 24 12:27:38 2024 -0700 |
committer | GitHub <noreply@github.com> | Wed Jul 24 19:27:38 2024 +0000 |
tree | f135738d8976871a1b53baa66956c50242f41e85 | |
parent | 10877f61c2e73d578bb889012b84bbd1edf15ed0 [diff] |
Add `iree-c-embed-data` and `iree-flatcc-cli` to release packages. (#18001) Progress on https://github.com/iree-org/iree/issues/16203. First, this renames `generate_embed_data` to `iree-c-embed-data`. The name here dates back to having a single implementation shared across multiple projects using Bazel (and Google's internal Blaze). There isn't much code in the tool, but we've been using it for long enough to give it a name matching our other tools IMO. Next, this includes `iree-c-embed-data` and `iree-flatcc-cli` in the `iree-runtime` Python package (https://pypi.org/project/iree-runtime/). Both of these host tools are required for building large parts of the runtime (embed data for builtins and bitcode, flatcc for schemas), so including them in packages will allow users (and pkgci workflows) to get them without needing to build from source.
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.
Community meeting recordings: IREE YouTube channel
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.