commit | 0d6768c194489225eaa12b3d8eda5752099ae10a | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Sun Aug 22 08:36:11 2021 -0700 |
committer | GitHub <noreply@github.com> | Sun Aug 22 08:36:11 2021 -0700 |
tree | f642b0dc282af61e4a7d47e8c43e81c16e5ba6b4 | |
parent | 247a2a499e9112c2d1bcc81ee96017a95ecb4ed2 [diff] |
Use IREE submodule dependencies in TF integrations build (#6817) Instead of using all of TF's configuration of dependencies, we let IREE's take precedence. This results in less surprising behavior when editing IREE submodules and expecting a change to the integrations build at the cost of building TF in a configuration more different from the is one they use. This didn't used to be possible because none of TF was configured with `maybe`, but https://github.com/tensorflow/tensorflow/commit/7ed9c675 added similar functionality to `tf_http_archive`. This was more recently blocked on TF's incompatibility with the upstream build files, but with the removal of unnecessary references to [`mlir:subpackages`](https://github.com/tensorflow/tensorflow/commit/417639263326) and [`mlir:friends`](https://github.com/tensorflow/tensorflow/commit/400d63c99ffc) that issue should go away.
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.