Bump ad-m/github-push-action from 1.1.0 to 1.3.0 in the github-actions group (#24536) Bumps the github-actions group with 1 update: [ad-m/github-push-action](https://github.com/ad-m/github-push-action). Updates `ad-m/github-push-action` from 1.1.0 to 1.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ad-m/github-push-action/releases">ad-m/github-push-action's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <h2>What's Changed</h2> <ul> <li>feat: Add addional GH token descriptor name by <a href="https://github.com/ZPascal"><code>@ZPascal</code></a> in <a href="https://redirect.github.com/ad-m/github-push-action/pull/375">ad-m/github-push-action#375</a></li> <li>feat: Adjust the detached HEAD documentation by <a href="https://github.com/ZPascal"><code>@ZPascal</code></a> in <a href="https://redirect.github.com/ad-m/github-push-action/pull/376">ad-m/github-push-action#376</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ad-m/github-push-action/compare/v1...v1.3.0">https://github.com/ad-m/github-push-action/compare/v1...v1.3.0</a></p> <h2>v1.2.0</h2> <h2>What's Changed</h2> <ul> <li>feat: Add git pull support by <a href="https://github.com/ZPascal"><code>@ZPascal</code></a> in <a href="https://redirect.github.com/ad-m/github-push-action/pull/373">ad-m/github-push-action#373</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ad-m/github-push-action/compare/v1...v1.2.0">https://github.com/ad-m/github-push-action/compare/v1...v1.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ad-m/github-push-action/commit/881a6320fdb16eb5318c5054f31c218aec2b324c"><code>881a632</code></a> feat: Adjust the detached HEAD documentation (<a href="https://redirect.github.com/ad-m/github-push-action/issues/376">#376</a>)</li> <li><a href="https://github.com/ad-m/github-push-action/commit/f917f9b5ca9dfd7af6d104698e53b579ae2f3a7d"><code>f917f9b</code></a> feat: Add addional GH token descriptor name (<a href="https://redirect.github.com/ad-m/github-push-action/issues/375">#375</a>)</li> <li><a href="https://github.com/ad-m/github-push-action/commit/fdfe7e83ff42edf5d49846b69f3c78d806169d51"><code>fdfe7e8</code></a> feat: Add git pull support (<a href="https://redirect.github.com/ad-m/github-push-action/issues/373">#373</a>)</li> <li><a href="https://github.com/ad-m/github-push-action/commit/d30dc2d070765d7e509df00c34c5fa2dd636ff74"><code>d30dc2d</code></a> docs: Adjust the link</li> <li>See full diff in <a href="https://github.com/ad-m/github-push-action/compare/4cc74773234f74829a8c21bc4d69dd4be9cfa599...881a6320fdb16eb5318c5054f31c218aec2b324c">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artem Gindinson <gindinson@roofline.ai>
IREE (Intermediate Representation Execution Eenvironment, 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.
Releases notes are published on GitHub releases.
| Package | Release status |
|---|---|
| GitHub release (stable) | |
| GitHub release (nightly) | |
iree-base-compiler | |
iree-base-runtime |
For more details on the release process, see https://iree.dev/developers/general/release-management/.
| Operating system | Build status |
|---|---|
| Linux | |
| macOS | |
| macOS |
For the full list of workflows see https://iree.dev/developers/general/github-actions/.
See our website for more information.
Community meeting recordings: IREE YouTube channel
| Date | Title | Recording | Slides |
|---|---|---|---|
| 2025-06-10 | Data-Tiling in IREE: Achieving High Performance Through Compiler Design (AsiaLLVM) | recording | slides |
| 2025-05-17 | Introduction to GPU architecture and IREE's GPU CodeGen Pipeline | recording | slides |
| 2025-02-12 | The Long Tail of AI: SPIR-V in IREE and MLIR (Vulkanised) | recording | slides |
| 2024-10-01 | Unveiling the Inner Workings of IREE: An MLIR-Based Compiler for Diverse Hardware | recording | |
| 2021-06-09 | IREE Runtime Design Tech Talk | recording | slides |
| 2020-08-20 | IREE CodeGen (MLIR Open Design Meeting) | recording | slides |
| 2020-03-18 | Interactive HAL IR Walkthrough | recording | |
| 2020-01-31 | End-to-end MLIR Workflow in IREE (MLIR Open Design Meeting) | recording | slides |
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.