commit | 702929a17151129e9c0627daaca1865cf5ce6940 | [log] [tgz] |
---|---|---|
author | Jacques Pienaar <jpienaar@google.com> | Fri Dec 30 14:46:22 2022 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 30 22:46:22 2022 +0000 |
tree | 702bd442af06e89152103ded6f4ed08868ab3606 | |
parent | d41354e1d0450c74893758292f683a2204ca3703 [diff] |
[cmake] Move inclusion of tools directory up (#11685) Results in phony rules generated for both tools and Python to refer to those in tools/ in short form. That is, iree-compile phony target now refers to tools/iree-compile rather than the one inside _mlir_libs: ```sh $ rg -e "build iree-dump-module" -e "build iree-lld" -e "build iree-compile" build.ninja 211387:build iree-compile: phony tools/iree-compile 211391:build iree-dump-module: phony tools/iree-dump-module 211397:build iree-lld: phony compiler/bindings/python/iree/compiler/_mlir_libs/iree-lld ``` Fixes #9329.
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.