commit | 1fa8b482c1000af56209339355f26f1feb978598 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Mon Oct 16 15:49:37 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 16 22:49:37 2023 +0000 |
tree | 3421b27a824aa08629e6dc4d7ba504f34c430894 | |
parent | 46a230561672a984bab5f0f440b02c31c7dc1488 [diff] |
Replace more uses of `cc_library` with `iree_runtime_cc_library`. (#15204) For open source / Bazel usage, this should make it easier to address the `Function "cc_library" is not global anymore and needs to be loaded from "@rules_cc//cc:defs.bzl".` warning. For downstream usage it makes it easier to pass extra arguments through via `iree_runtime_cc_library` (defined in a fork of [`build_defs.oss.bzl`](https://github.com/openxla/iree/blob/main/build_tools/bazel/build_defs.oss.bzl)) where useful. Specifically, we may want to add constraints via `compatible_with = [...]`, see https://bazel.build/reference/be/common-definitions#common-attributes.
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.