commit | ecab8f61d603308054b405f602987eb78cc964cf | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Tue Jul 16 13:23:39 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Jul 16 13:23:39 2024 -0700 |
tree | b07ae2a3cfa1506c425c65078654b8f107b482be | |
parent | 781be38b91e88628134fa11d0fa28fdc287c2e6e [diff] |
Switch more ci.yml jobs to optional based on paths changed. (#17923) The `test_amd_mi250` and `test_amd_mi300` jobs in particular have been stuck with long queues and should not block merging core project PRs. This changes `ci.yml` to only run these jobs if files under code paths most likely to affect them are changed. The jobs can still be opted into via `ci-extra: job_name` git trailers in PR descriptions (see https://iree.dev/developers/general/contributing/#ci-behavior-manipulation). I also want to change `build_test_runtime :: arm64` from `ci.yml` and `Regression Test / test_onnx :: amdgpu_vulkan` from `pkgci_regression_test.yml`, but those jobs are under matrices that can't use ```yml if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'job_name') ``` At least the pkgci jobs are not blocking PR merges right now.
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.