commit | 045bca1e213ea9ab4210277776430b497b64be10 | [log] [tgz] |
---|---|---|
author | Ben Vanik <ben.vanik@gmail.com> | Thu Feb 15 15:53:12 2024 -0800 |
committer | GitHub <noreply@github.com> | Thu Feb 15 23:53:12 2024 +0000 |
tree | daa0baaa2d024f85cbb9fb1f9aed0246388d968f | |
parent | 1ee6007a2c07b1b251bc4393e6778b13a278d33c [diff] |
Convert func->util as part of input conversion. (#16411) We now use `util.func` in place of `func.func` in all host code in the compiler. flow/stream/hal executables continue to use `func.func` as before for compatibility with upstream code and the benefits of the util ops are fewer. Most code is still written against the function/callable/call op interfaces so that we support initializers and other future function types we may add. All tests have been updated to use `util.func` for consistency even if the pass does still work with `func.func`. There's a few TODOs around better supporting tied function operands in IPO and other passes but we aren't currently ever producing functions with tied operands so they are hacked to bail in cases where they are (IPO doesn't act on functions/calls with tied operands, etc).
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.