commit | 61ea1ed255b502b2730f1792c065b4aa19ef58fc | [log] [tgz] |
---|---|---|
author | Geoffrey Martin-Noble <gcmn@google.com> | Wed Nov 23 16:25:57 2022 -0800 |
committer | GitHub <noreply@github.com> | Wed Nov 23 16:25:57 2022 -0800 |
tree | a2844ba4c18382f2645a3a31185472b3ca2a9242 | |
parent | 16d77478c87322d32ee041abb72d604a2b012f24 [diff] |
Deprecate `IREE_ENABLE_CCACHE` option (#11283) This setting uses `RULE_LAUNCH_COMPILE` which is discouraged: https://cmake.org/cmake/help/latest/prop_gbl/RULE_LAUNCH_COMPILE.html. It's also unnecessary. As of CMake 3.4, the `CMAKE_<LANG>_COMPILER_LAUNCHER` can be used to set the compiler launcher per language. They can be set as a configuration option or via an environment variable. There's really no reason for us to have a project-specific configuration for this. While I was here, I made it an error if `IREE_ENABLE_CCACHE` is set and `ccache` is not found. This is an easy case where we can tell people to stop using it :-) See some discussion in https://github.com/iree-org/iree/pull/3689
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.