commit | c003beb548409b39df9e38cf7a59fd13550885c7 | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Wed Jul 19 13:19:14 2023 -0700 |
committer | GitHub <noreply@github.com> | Wed Jul 19 13:19:14 2023 -0700 |
tree | 812f2e1e8aab1204b19b732aee686ddf67d10525 | |
parent | d2a6b85d619d24b0c8be518e81209f9559b3dfb4 [diff] |
Make a couple of things configurable in setup.py scripts. (#14443) This enables some better downstream usage: * Can build with some level of debug symbols as needed. * Can customize the package prefix, not just the suffix (and makes uniform between compiler/runtime). * Removes some premature optimizations on build targets and install paths that have no material benefit and are hard to make match in downstreams.
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.