commit | 3fa4f8d950169962fb09b34bca1863142608e585 | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Fri Sep 10 09:25:27 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 10 09:25:27 2021 -0700 |
tree | a1b83978d56703fcfd8c7b5bddd2ece769f12264 | |
parent | bef60b46d2ea66e1700509222fa9a218f8502fe1 [diff] |
Restore -Wunused to CMake build and add dev mode to disable (#7004) Avoiding unused variables is good for committed code and really annoying as a build error when doing interactive builds. We let users distinguish between these two situations with the `IREE_DEV_MODE` option. The CI will enforce the strictest options. Includes fixing `iree_select_compiler_opts` to actually append to the variable it's given (as the documentation says) rather than overwriting it.
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.