commit | c4b04e35b15b43e7094b5d5676f73f955e65f06f | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Mon May 23 09:53:20 2022 -0700 |
committer | GitHub <noreply@github.com> | Mon May 23 09:53:20 2022 -0700 |
tree | 428ceeb783e71b61d57a3372a82af2f0d4b0f16c | |
parent | e34b22d0258ce11ddf5d946aa69398b1d93d2a9e [diff] |
Rework includes and directory names for samples. (#9177) Refactoring after https://github.com/google/iree/pull/8958 shuffled these files around, aiming to remove custom logic in samples that we want users to be able to fork easily. Paths are reverted from `iree_[sample_name]` back to `[sample_name]` Includes changed to match: | | | | -- | -- | | C++ includes before | `#include "iree_[sample_name]/[header_name].h"` | | C++ includes now | `#include "samples/[sample_name]/[header_name].h"` | | Another option | `#include "header_name.h"` The third option would require adding ``` $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}> ``` to `target_include_directories()` (I already do that in the experimental web samples)
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.