commit | b92ceb4eef6ee3e3be07195a0b2219655c28367e | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Fri Dec 29 16:29:36 2023 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 29 16:29:36 2023 -0800 |
tree | 44c248875dccb78b4dd04016b5df13468fee7db2 | |
parent | 8a87bf1b2870d8ae95be1f7b3ac96e0bd9263b71 [diff] |
Remove SYSTEM scope from transitive includes. (#16018) Warnings should be fixed or handled as needed, not just by disabling them for arbitrary portions of the codebase. This was originally added to match Bazel, but Bazel builds are undesirably more permissive because of it. This makes the CMake build more correct. We add an explicit SYSTEM_INCLUDES which preserves the old behavior and use it for Tracy+related headers, which include things that are not warning clean. Everything else is fine (after some of the newly uncovered warnings were fixed). Fixes #16017.
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.