commit | 9c22e35d52746b762d01f99982b1f60bc9660bc2 | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Thu Jul 01 13:55:40 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Jul 01 13:55:40 2021 -0700 |
tree | e8b2b5c29a19abcba3bcb82875a8977718521388 | |
parent | baa1a482d9876afb3bb83d17fa4ea98238f2c4e0 [diff] |
Don't exclude gen targets in bazel->cmake (#6370) This was a special carveout in service of ALWAYSLINK, which we've gotten rid of. While I was here I cleaned up and moved the target conversion logic for internal targets to bazel_to_cmake_targets.py and removed the hardcoded subdirectory names. Fixes https://github.com/google/iree/issues/6363
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.