commit | 8626fdb178e6a5202b64edb79c3d215f9f25e512 | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Fri Mar 17 09:47:15 2023 -0700 |
committer | GitHub <noreply@github.com> | Fri Mar 17 16:47:15 2023 +0000 |
tree | 7c14e8a39419a7c338ebbf2915707f7e0f60386c | |
parent | bb1f986d5014be71bc38377a8ba5cefa5cf2a5d8 [diff] |
Rename all Bazel BUILD files to BUILD.bazel (#12663) These were historically just called "BUILD" with no file extension because that's the name that Google's internal version of Bazel (Blaze) uses. We've been inconsistently adding the extension and this cleans it all up. In a world with multiple build systems, having a file extension makes sense :-) For instance, it avoids conflicts with directories named "build" (the required name in some processes) on case-insensitive filesystems. Accomplished with: ```shell find . -type d \ \( -path './bazel-*' -o -path ./third_party -o -path './*.venv' \) \ -prune -false -o -name BUILD -print | xargs -I {} mv {} {}.bazel ```
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.