commit | 860026f53714edfa3e1798d5dd58edc74dd536d5 | [log] [tgz] |
---|---|---|
author | Levon Ter-Grigoryan <leonidusspartus@gmail.com> | Fri Jun 09 19:44:56 2023 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 09 13:44:56 2023 -0400 |
tree | 663bf8f93c835c342968d66e2a234630d9a11583 | |
parent | 5c0fc03100e63f2e18097cdad7a5d00c294b425a [diff] |
Declare exported headers to Bazel to fix `bazel build --incompatible_no_implicit_file_export` (#13982) Files exported to other Bazel packages need to be explictly declared with [`exports_files`](https://bazel.build/reference/be/functions#exports_files). This was currently relying on the legacy behavior of implict exporting of inputs to other rules, so this was failing to build with the stricter behavior enabled by `--incompatible_no_implicit_file_export`. --------- Co-authored-by: Benoit Jacob <benoitjacob@google.com>
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.