commit | 8f6f7a330aff5f8f59a693f818195bada481c57c | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Thu Nov 18 19:14:21 2021 -0800 |
committer | GitHub <noreply@github.com> | Thu Nov 18 19:14:21 2021 -0800 |
tree | fe678715ffa4acf0cc698edba416c8440ae0b35a | |
parent | 7bb886191cde2545b3c9f2083610189e20bd1bbb [diff] |
Adds a new pad-contraction-to-block-size pass. (#7688) * Adds a new pad-contraction-to-block-size pass. * Unlike the existing POC pass in the flow dialect, this handles both static and dynamic shapes. It also uses walk vs a pattern so as to better control once-only rewriting in the dynamic case. * Only pads row major matmul right now but should be extensible to other contractions relatively easily. * Will be followed by a pass to propagate padding.
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.