Switch benchmark and crosscompile jobs to use install-dir. (#16296) Progress on https://github.com/openxla/iree/issues/16203 The install directory is substantially smaller than the full build directory (3GB vs 6GB, both with debug symbols) and it is also much closer to a release package. Once all jobs are migrated to use the install directory (or iree-dist native packages / iree-compiler python packages), we can stop creating the "full build directory archive". Since the directory is half as large, this cuts the download/extract time for each of these jobs from ~70 seconds to ~35 seconds. This does add another 30 seconds onto the end of the `build_all` job for "install-dir-archive", but we'll get 60 seconds back when we drop the "build-dir-archive".
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.
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.