commit | 2eea916a777947ef4162a2aa44f47a2c6c1fb926 | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Mon Jul 15 14:59:50 2024 -0700 |
committer | GitHub <noreply@github.com> | Mon Jul 15 14:59:50 2024 -0700 |
tree | 4b05a98df06cad7856b80042a84df8e6171a878d | |
parent | f89a7da8b8671c20ea8a0f87a416de49b087b0eb [diff] |
Disable Android benchmarks while device is offline. (#17910) We have two pixel-6-pro devices/runners, one labeled for `presubmit` one labeled for `postsubmit`. The presubmit runner has been offline for multiple days, causing benchmark runs on LLVM integrate PRs to time out waiting for a runner (and blocking other benchmark results from getting reported as PR comments). Some options: * https://github.com/iree-org/iree/pull/17896 * Switch only Android presubmit benchmarks to also use postsubmit benchmark runners * Turn off Android benchmarks on presubmit (or just for LLVM integrate PRs) * Switch benchmarks from pixel-6-pro to pixel-8-pro (we tried this before but pixel 6 was more stable than pixel 8... I'm not sure how much that level of stability is useful at this stage though, need to keep rolling forward with testing on recent hardware) * (THIS PR) Turn off Android benchmarks entirely See also [this discussion on Discord](https://discord.com/channels/689900678990135345/1080178290188374049/1260359410035724402). benchmark-extra: default
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.
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.