commit | 0ca4f62a8f17db43b7fde960f404e5cc31b3e598 | [log] [tgz] |
---|---|---|
author | bjacob <benoitjacob@google.com> | Wed Nov 08 11:27:46 2023 -0500 |
committer | GitHub <noreply@github.com> | Wed Nov 08 11:27:46 2023 -0500 |
tree | 33e8f7b0f7263ecd9b8abc439c324a02ab5b0783 | |
parent | e604f9d5f7075545b5e1b1aaa3cadaddd9eecb64 [diff] |
Drop `-Wno-unused-function` on Clang, find out about actually unused functions, silence false positives. (#15471) The annoying part is that clang doesn't track taking the address of functions as uses, so that's the common cause to all the false positives. Still easy enough to silence with unused-attributes and hopefully the lines of code diff makes it worth 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!
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.