commit | 1ef2958f0741df3fdc2b51a239b5c855d6961b4a | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Wed Sep 20 06:24:31 2023 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 20 06:24:31 2023 -0700 |
tree | e2c032c36d8b3a7808acc55ff34f4a72b2113061 | |
parent | fb9e1b68f73ace6ae799ed27ad06a1288deccdb6 [diff] |
Integrate llvm-project to 5cf714bb2f75552b10e1eb62fd07aec4b6033881. (#15000) This the next breaking API change, breaking on this commit: ``` [mlir][SCF] scf.for: Consistent API around `initArgs` (#66512) * Always use the auto-generated `getInitArgs` function. Remove the hand-written `getInitOperands` duplicate. * Remove `hasIterOperands` and `getNumIterOperands`. The names were inconsistent because the "arg" is called `initArgs` in TableGen. Use `getInitArgs().size()` instead. * Fix verification around ops with no results. ``` Should be a mechanical fix. --------- Co-authored-by: Groverkss <groverkss@gmail.com>
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.