| commit | de3717de867e5705a856f155b2460efe3466643c | [log] [tgz] |
|---|---|---|
| author | Oleksandr "Alex" Zinenko <zinenko@google.com> | Tue Jan 03 10:08:01 2023 +0100 |
| committer | GitHub <noreply@github.com> | Tue Jan 03 10:08:01 2023 +0100 |
| tree | 3c2a43639e208ad8d398922b5ab3f90b66156077 | |
| parent | ef9ce925811d2b0a26f8dd87e903b2ed175ba46f [diff] |
Add debug output to transform dialect matchers (#11674) This makes it easier to understand failures-to-match. It required splitting the implementation of some function templates into a public template and private non-template part with the latter emitting the debug output to avoid polluting the header with debug-related includes. Note that this starts approaching the point where turning matchers into operations in a dialect would be preferable.
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.