commit | 97ae6e51598565d39ce8f7a4d9d587206d4717e2 | [log] [tgz] |
---|---|---|
author | not-jenni <59985653+not-jenni@users.noreply.github.com> | Thu Aug 12 18:02:16 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Aug 12 18:02:16 2021 -0700 |
tree | adceedf98088bb30810d9ec6931a907689d7c099 | |
parent | 40972dc7712e69dc1cfc65ba56c32674cd4ae6a4 [diff] |
Adds a new workflow to automatically publish releases (#6733) This workflow is triggered after the "Build Native Release Packages" workflow succeeds, and publishes a release that was created as a draft in the "Schedule Snapshot Release" workflow. Sample workflow run at https://github.com/not-jenni/iree/runs/3304500983?check_suite_focus=true, which generated https://github.com/not-jenni/iree/releases/tag/snapshot-20210811.29 The action will not run if any of the builds fail (tested in https://github.com/not-jenni/iree/runs/3304557762?check_suite_focus=true), and more thorough validation of the packages will be added soon. This uses https://github.com/marketplace/actions/publish-release. Progress on https://github.com/google/iree/issues/6315 and https://github.com/google/iree/issues/6316
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.