| commit | 4b01beb90efe01aff9d2e4d4aaa545d21f7077f6 | [log] [tgz] |
|---|---|---|
| author | Geoffrey Martin-Noble <gcmn@google.com> | Tue Aug 16 14:52:53 2022 -0700 |
| committer | GitHub <noreply@github.com> | Tue Aug 16 21:52:53 2022 +0000 |
| tree | fd4553e5260b52603f041dcd25b3842369bd0236 | |
| parent | 58f477322a0f73a1823eb94ef1e78ecde3e9796c [diff] |
Use string in PR description instead of label to skip CI (#10112) As discussed in https://github.com/iree-org/iree/issues/10042, we discovered that using a label doesn't work for the very important case of when the PR is just created, so we're shifting to use the PR body instead. Tested: Created this PR with "skip-ci" as the entire body, which resulted in correctly skipping the CI. Also added some additional lines before and after, and CI was still correctly skipped. Finally, this PR body as written contains the string, but not on its own line and CI is not skipped. Just skip-ci: https://github.com/iree-org/iree/runs/7866417853 With other content in the PR body:  https://github.com/iree-org/iree/runs/7866417853
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.