commit | e91540f39410d05a420a877996615aded3cba1bb | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Tue Aug 06 10:19:19 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Aug 06 10:19:19 2024 -0700 |
tree | 2ab837d817b8f91a80b1a7e0781cc011e536504c | |
parent | 92d882a198da07514cca6c11092fb109ec7b7adc [diff] |
Trim installed packages in samples.yml. (#18117) This fixes the nightly 'samples' workflow. I thought this `libstdc++-12-dev` dep would help use clang instead of gcc here: https://github.com/iree-org/iree/pull/18076. Turns out that package doesn't exist on ubuntu-20.04: https://github.com/iree-org/iree/actions/runs/10260247034/job/28385997161#step:4:43 `E: Unable to locate package libstdc++-12-dev`. A working clang toolchain also already exists. Ugh Linux. Tested here: https://github.com/ScottTodd/iree/actions/runs/10269229609. (Yes, we could use Docker to manage toolchains / system deps like this, but I'd really rather not) skip-ci: no impact on regular workflows (and soon this won't trigger them at all)
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.