commit | 863d302bf066996c9f953e348b0256998a33105e | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Sat Jan 13 15:20:16 2024 -1000 |
committer | GitHub <noreply@github.com> | Sat Jan 13 15:20:16 2024 -1000 |
tree | f1e0ddd7e921aa0d0d459edf36fa10c3a7590109 | |
parent | 914f30641f3c41338f8a7820711743ca49a2a76f [diff] |
QOL fixes for portable and cross-compiling builds. (#16111) * generate_embed_data outputs to tools/ in the build tree (matches bin/ in install). * iree-flatcc-cli outputs to tools/ in the build tree (matches bin/ in install). * Imported compiler binaries are optional/warn if not found. This is sub-optimal and notes were left for the future. * flatcc switched back to SYSTEM_INCLUDES. Reported on discord as unexpected warning regressions and experienced when building with arm-none-eabi. With this, it is now possible to set IREE_HOST_BIN_DIR to the `tools/` directory of a build tree and the cross-compiled runtime can be built without compiler tools (same as the host). Progress on #16109.
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.