commit | 87ef655371d611304cc1ee1b609762711f20882c | [log] [tgz] |
---|---|---|
author | Quinn Dawkins <quinn@nod-labs.com> | Thu Apr 13 14:48:39 2023 -0400 |
committer | GitHub <noreply@github.com> | Thu Apr 13 18:48:39 2023 +0000 |
tree | 5c024229e0c29681864ce685e8f8100e0417caa4 | |
parent | 40ecb037fc0ed22fe4b60f01ed84011d88c2e413 [diff] |
Add a structured op matcher for 2d convolutions (#12805) This adds a matcher similar to the existing one for reductions. Currently only matches named 2d convolutions (`linalg.conv_2d_nchw_fchw` and `linalg.conv_2d_nhwc_hwcf`) with an optional fill op for the output and an optional trailing elementwise op. Adds a capture rule for convolution dims based on the dim classifier upstream.
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.