commit | 91c75fb301295df10a8c39bb3e7152e335d9b84d | [log] [tgz] |
---|---|---|
author | Ben Vanik <ben.vanik@gmail.com> | Thu Jun 23 19:08:12 2022 -0700 |
committer | GitHub <noreply@github.com> | Thu Jun 23 19:08:12 2022 -0700 |
tree | 2261f9f6981aace1a3671d1064e6b0ddbd26cee1 | |
parent | e834df1519f50607f4d0317e4f1afeafb0135d89 [diff] |
Removing iree/base/logging.h. (#9605) Besides a few random spots it cropped up in the runtime/python bindings the C++ logging code was only used in tests and tools where the features provided for verbosity control aren't meaningful. Instead of porting it all to C I've just gone and deleted it - `fprintf(stderr)`/`std::cerr` is almost always what's wanted instead and is much simpler to understand. As a library we try not to have any log spew, tests can use gtest logging, and the tools are almost all LLVM-based and use the logging functionality already available in that world. Fixes #2843.
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.