commit | c3cbfbd0cb5e345380deaf8b88938030d30961f9 | [log] [tgz] |
---|---|---|
author | saienduri <77521230+saienduri@users.noreply.github.com> | Tue Sep 10 15:42:30 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 10 15:42:30 2024 -0700 |
tree | 6a5260a999d349b6a0d7e189abc7c18fd6bc9aad | |
parent | 15d58e74ca2c06fb30fa4323f12a356e59f29ca4 [diff] |
[Infra] Initial Migration off GCP Runners (#18381) This commit is part of this larger issue that is tracking our migration off the GCP runners, storage buckets, etc: https://github.com/iree-org/iree/issues/18238. In this initial port, we move over one high traffic job (`linux_x86_64_release_packages`) and a few nightlies (`linux_x64_clang_tsan`, `linux_x64_clang_debug`) to monitor and make sure the cluster is working as intended. Time Comparisons: Job | Cache? | Runner cluster | Time | Logs -- | -- | -- | -- | -- linux_x86_64_release_packages | GitHub Cache | AKS Cluster | 9 minutes | [logs](https://github.com/iree-org/iree/actions/runs/10797464301/job/29948809708) linux_x64_clang_tsan | GCP Cache | AKS cluster | 10 minutes | [logs](https://github.com/iree-org/iree/actions/runs/10797464292/job/29948816896) linux_x64_clang_debug | GCP Cache | AKS cluster | 11 minutes | [logs](https://github.com/iree-org/iree/actions/runs/10797464308/job/29948805561) linux_x64_clang_tsan | No Cache | AKS cluster | 17 minutes | [logs](https://github.com/iree-org/iree/actions/runs/10798471545/job/29952051686) linux_x64_clang_debug | No Cache | AKS cluster | 13 minutes | [logs](https://github.com/iree-org/iree/actions/runs/10798475582/job/29952064138) | | | linux_x86_64_release_packages | GitHub Cache | GCP Runners | 11 minutes | [logs](https://github.com/iree-org/iree/actions/runs/10796348911/job/29945148145) linux_x64_clang_tsan | GCP Cache | GCP Runners | 14 minutes | [logs](https://github.com/iree-org/iree/actions/runs/10789692182/job/29923234380) linux_x64_clang_debug | GCP Cache | GCP Runners | 15 minutes | [logs](https://github.com/iree-org/iree/actions/runs/10680250213/job/29601266656) The GCP cache timings for the AKS cluster are not a great representation of what we will be seeing going forward because the AKS cluster does not have the setup/authentication to write to the GCP cache. We have changes coming in https://github.com/iree-org/iree/tree/shared/runner-cluster-migration that will spin up an Azure cache using sccache to help with the No Cache timings. Right now the cluster is using 96 core machines, which we can probably tone down when the caching work lands. --------- Signed-off-by: saienduri <saimanas.enduri@amd.com>
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.