commit | 6fd9697e7d41484442769a30958e96fbc0204ace | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Mon Sep 23 08:18:52 2024 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 23 08:18:52 2024 -0700 |
tree | 060ab2d492650dcd33259bea7157ae658be4ae64 | |
parent | 51329bf5fe1aa5bc87b3eece2ce2f9d2978e63a2 [diff] |
Remove build_tools/docker/ files. (#18566) Fixes https://github.com/iree-org/iree/issues/15332. The dockerfiles in this repository have all been migrated to https://github.com/iree-org/base-docker-images/ and all uses in-tree have been updated. I'm keeping the https://github.com/iree-org/iree/blob/main/build_tools/docker/docker_run.sh script for now, but I've replaced nearly all uses of that with GitHub's `container:` argument (https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/running-jobs-in-a-container). All remaining uses need to run some code outside of Docker first, like `gcloud auth application-default print-access-token`. As we continue to migrate jobs off of GCP runners (https://github.com/iree-org/iree/issues/18238), we'll be using a different authentication and caching setup that removes that requirement.
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.