commit | 8ae0f520cbc9d52b795032dd687f11438f0cdfe0 | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Mon Jul 10 16:46:08 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon Jul 10 23:46:08 2023 +0000 |
tree | f27fd9bab00b38fc782db4773c7453bbc22fc6dc | |
parent | 3df82afe6632dbeb481f74af4976d92c59b73603 [diff] |
Reland "Implement CI job optionality (#14312)" (#14362) I tried to be consistent about json-encoding everything in `set_output`, so the caller didn't need to worry about that, but it turns out that wraps things that are already strings in an extra set of quotes, breaking ~everything. Additionally, I wrote a function with two positional boolean args (bad!) and swapped the order they were passed (which is why those are bad). Changed them to keyword args.
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.