commit | b22c931c7b5c83aadbc67138148b14602a6b14c9 | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Thu Jul 28 08:47:29 2022 -0700 |
committer | GitHub <noreply@github.com> | Thu Jul 28 08:47:29 2022 -0700 |
tree | dabf881a97e58420633739c2556461c00d9bc814 | |
parent | 59cbf5c742c13b0d7336be358b27ab53aa07e1f7 [diff] |
Format our yaml files (#9926) This formats all our yaml files with [Prettier](https://prettier.io/). I don't think this is a really important property, but the RedHat YAML language server, which appears to back the only YAML VSCode extension uses this formatter and I'm really tired of getting random edits from running the formatter. In particular, yamllint wants there to be two spaces between code and a comment and Prettier adds only one. This is extremely annoying and I cannot imagine why anyone would care whether there are one or two spaces there (other than the Google Python style guide and linter). So I've updated our yamllint config to also stop complaining about this trivial thing. I don't propose that we start mandating Prettier now (though we might consider it at some point), but this formatting does increase the consistency in our YAML files (in particular, with which types of quotes we use).
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.