commit | 7faa624fb733fdb368bfb41c3469cdd7a3e3f67f | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <laurenzo@google.com> | Fri Apr 07 10:54:01 2023 -0700 |
committer | GitHub <noreply@github.com> | Fri Apr 07 10:54:01 2023 -0700 |
tree | 3e299c1311dab08c7be98848b53a31b100b1df5d | |
parent | e822961578d55e7788b4c879f21b66a1a58ae011 [diff] |
Turn the functionality in iree_setup_toolchain.cmake into a macro. (#12955) This is important to get certain things consistent in out-of-tree scenarios (specifically sanitizers) and provides an entry point that can be used in the parent project to make the same global configurations done within the IREE project. This is a workaround: we should be removing such obstacles so that no globals are implicated in correct usage. Workaround for #12958
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.