commit | 00746bc1f28d38fe8c5c37693918835ecda47309 | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Wed Jun 15 13:51:31 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed Jun 15 13:51:31 2022 -0700 |
tree | b8e5a231ef9bef5e3d383074b8598dbbf8de4908 | |
parent | f40d66a5aa2ad221ec43032be1c67b3a647c0ab3 [diff] |
Revert "Update candidate release to use the latest commit that passed all checks" (#9518) Breaks the release because the push action attempts to push to the main branch with an older commit. We should be able to just run a simple `git push origin "${tag_name}"` to replace that whole silly action, but testing on my fork right now isn't working, so reverting to unbreak the release. https://github.com/google/iree/runs/6907189012 Reverts google/iree#9506
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.