commit | d1620f040ebc57ab19933df24bca54fa4dae3163 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Wed Dec 22 14:55:38 2021 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 22 14:55:38 2021 -0800 |
tree | fc7c71db1be73a678937ba63e83eaf8b3d99682a | |
parent | 97982ecba8c00e775a0198b91cd7151e992fbe59 [diff] |
Promote HAL driver and target backend CMake variables to options. (#7936) Following up on https://github.com/google/iree/pull/7905#discussion_r771022062, this uses regular options for these settings, which are easier to search for and set. The CMakeLists from Tint was used as a reference: https://dawn.googlesource.com/tint/+/refs/heads/main/CMakeLists.txt. The main focus is to use explicit names instead of dynamic name construction, but using [option](https://cmake.org/cmake/help/latest/command/option.html) is a nice bonus. New `IREE_HAL_DRIVER_DEFAULTS` and `IREE_TARGET_BACKEND_DEFAULTS` options can be used to set only a specific subset (set to `OFF` by default, then enable just the features you want).
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.