commit | e45c570997586d327ca78342f3644f0c134d88ea | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Tue Oct 01 13:24:36 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 01 13:24:36 2024 -0700 |
tree | 33d1576ffec862574140a2840c4364eb29264ab6 | |
parent | 839f7f6e42942395b23de5ba1c470c26bd468e0b [diff] |
Switch linux_arm64_clang workflow to arm-hosted runner. (#18643) Context: https://github.com/iree-org/iree/issues/18238#issuecomment-2383652809 This uses https://gitlab.arm.com/tooling/gha-runner-docs to run on Arm Hosted GitHub Action (GHA) Runners, instead of the runners that Google has been hosting. Note that GitHub also offers Arm runners, but they are expensive and require a paid GitHub plan to use (https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners). For now this is continuing to run nightly, but we could also explore running more regularly if Arm wants and approves. We'd want to figure out how to use a build cache efficiently for that though. We can use sccache storage on Azure, but there might be charges between Azure and AWS for the several gigabytes of data moving back and forth. If we set up a dedicated cache server (https://github.com/iree-org/iree/issues/18557), we'll at least have more visibility into and control over the storage and compute side of billing. Test runs: * https://github.com/iree-org/iree/actions/runs/11114007934 (42 minutes) * https://github.com/iree-org/iree/actions/runs/11114658487 (40 minutes) * https://github.com/iree-org/iree/actions/runs/11114757082 (38 minutes) * https://github.com/iree-org/iree/actions/runs/11128634554 (40 minutes) skip-ci: no impact on other builds
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
Package | Release status |
---|---|
GitHub release (stable) | |
GitHub release (nightly) | |
Python iree-compiler | |
Python iree-runtime |
Host platform | Build status |
---|---|
Linux | |
macOS | |
Windows |
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
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.