| commit | 9bde61b1868b4e6ce1d03763e69c1d4b4a05c2bb | [log] [tgz] |
|---|---|---|
| author | Stella Laurenzo <laurenzo@google.com> | Thu Apr 21 15:37:14 2022 -0700 |
| committer | GitHub <noreply@github.com> | Thu Apr 21 15:37:14 2022 -0700 |
| tree | 153f8a43bf3e927592afa34f46e848dfae5cd7c0 | |
| parent | 670e66b84179ed8ecb196a09fefd3eea8eca60fd [diff] |
Move C runtime source directories into runtime/src/iree. (#8950) * Pries apart the global include directory situation on both the Bazel and CMake side. On Bazel, we use a new iree_runtime_cc_(library|binary) macro that adds an implicit dep for include propagation and (in the future) can set copts. * On the CMake side, we use a path-based implicit dep to similar effect. I tried a couple of other ways and this was the least intrusive. * Reworks bazel_to_cmake target rewriting to account for the new split root. * Removes the CMake DATA include::this:file.png style of data includes (used in one place) in favor of a path, since package names are no longer reversible to a location. This seems to be the only place we made that assumption. * Will do a couple more followups to completely retire the iree/iree directory (in favor of top-level compiler/ and tools/ directories). Progress on #8955
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.